[ubuntu-uk] OpenSSH Problems
Byte Soup
bytesoup at gmail.com
Tue Sep 10 18:57:00 UTC 2013
On 21 August 2013 17:05, Simon Greenwood <sfgreenwood at gmail.com> wrote:
>
>
>
> On 21 August 2013 15:43, Colin Law <clanlaw at googlemail.com> wrote:
>
>> On 21 August 2013 15:36, Nigel Verity <nigelverity at hotmail.com> wrote:
>> > I am on the lookout for a bit of advice on using SSH/SFTP to transfer
>> large
>> > files between devices on my home network.
>>
>> Have a look at rsync, it is generally much quicker than ftp.
>>
>>>
>>>
> Remember that rsync uses ssh as its transport and if there are issues
> rsync might still be affected by them. A common issue with ssh is having
> name lookups enabled when DNS isn't available so adding 'UseDNS no' to
> /etc/ssh/ssh_config and /etc/ssh/sshd_config should help there. If there
> are genuine issues with connectivity then adding 'ServerAliveInterval 60'
> may help.
>
You could try using ssh/sftp with the "-v" for verbose or "-vv" for even
more verbose messages. This might help you getting some debug information
(you'll have to use the terminal) which might help you find what's going
on, example command:
sftp -v user at 192.168.0.10
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-uk/attachments/20130910/70fa8477/attachment.html>
More information about the ubuntu-uk
mailing list