Re: Peer closed connection with lftp to remote host
Posted by kumar on Dec 18, 2019; 11:41am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Peer-closed-connection-with-lftp-to-remote-host-tp7912p7938.html
Hi Erman,
Thank you for the valuable updates.
In below logs,there is no reference that it is connecting to port 22 and also the connection is established with 1963.Just want to confirm if port 22 needs to be opened
[applprod@app01 bin]$ sftp -o PubkeyAuthentication=false -P 1963 -vvv ttderp@111.111.111.111
OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 56: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 111.111.111.111 [111.111.111.111] port 1963.
debug1: Connection established.=============================
debug3: Incorrect RSA1 identifier
debug3: Could not load "/home/applprod/.ssh/id_rsa" as a RSA1 public key
debug1: identity file /home/applprod/.ssh/id_rsa type 1
debug1: identity file /home/applprod/.ssh/id_rsa-cert type -1
debug3: Incorrect RSA1 identifier
debug3: Could not load "/home/applprod/.ssh/id_dsa" as a RSA1 public key
debug1: identity file /home/applprod/.ssh/id_dsa type 2
debug1: identity file /home/applprod/.ssh/id_dsa-cert type -1
debug1: identity file /home/applprod/.ssh/id_ecdsa type -1
debug1: identity file /home/applprod/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/applprod/.ssh/id_ed25519 type -1
debug1: identity file /home/applprod/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1
ssh_exchange_identification: read: Connection reset by peer
Couldn't read packet: Connection reset by peer
[applprod@app01 bin]$
Thank you