Re: Peer closed connection with lftp to remote host
Posted by ErmanArslansOracleBlog on Dec 16, 2019; 11:11am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Peer-closed-connection-with-lftp-to-remote-host-tp7912p7920.html
As I said, sftp is a ssh based protocol.
Normally, 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.
What happens when you just use ssh to connect to that port?
I mean -> ssh ttderp@111.111.111.111:1963