sftp (ssh_exchange_identification: 읽기: 피어 재설정 연결)

sftp (ssh_exchange_identification: 읽기: 피어 재설정 연결)

원격 호스트에 연결 하려고 하는데 sftp계속 다음과 같은 출력이 나타납니다.

$ sftp -v X.X.X
OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013
debug1: Reading configuration data /home/alexus/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 56: Applying options for *
debug1: Connecting to X.X.X [X.X.X.X] port 22.
debug1: Connection established.
debug1: identity file /home/alexus/.ssh/id_rsa type 1
debug1: identity file /home/alexus/.ssh/id_rsa-cert type -1
debug1: identity file /home/alexus/.ssh/id_dsa type -1
debug1: identity file /home/alexus/.ssh/id_dsa-cert type -1
debug1: identity file /home/alexus/.ssh/id_ecdsa type -1
debug1: identity file /home/alexus/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/alexus/.ssh/id_ed25519 type -1
debug1: identity file /home/alexus/.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
$ 

시도했지만 Google지금까지 해결책을 찾지 못했습니다(제안 사항이 있습니까?

관련 정보