Re: Peer closed connection with lftp to remote host
Posted by ErmanArslansOracleBlog on Dec 16, 2019; 1:20pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Peer-closed-connection-with-lftp-to-remote-host-tp7912p7923.html
You can just ssh to a different port that way.
Try : ssh user@111.111.111.111 -p 1963
However; this will just give us an additional view of the problem..
My opinion is that, the sshd port should be opened.
In your case, you connect the sftp server using port 1963, but then the traffic is again going through the port 22.
So that 1963 is probably just an additional configuration of yours. Maybe it is configured to forward the traffic to port 22 / to sshd.. In that case sshd port(the default is 22) should be opened.