I don't have a external hard disk because of that I'm trying to transfer data from Dell laptop to Lenovo through scp
, and its showing:
ssh: connect to host 169.144.38.162 port 1807: Connection refused
and for the next time its showing:
ssh: connect to host 169.144.38.162 port 1807: Connection timed out,
Please help me to get out of this issue.
-v
flag? If not, try it and post the output. – OrangeTux Mar 07 '13 at 09:31/var/log/auth.log
for messages of sshd on the remote machine. – con-f-use Mar 07 '13 at 10:08ssh 169.144.38.162
andssh -p 1807 169.44.38.162
. Also please confirm that you have explicitly configuredsshd
on the remote machine to listen on port 1807 (instead of the standard 22). – zwets Mar 07 '13 at 10:45