ssh
현재 명령 에 문제가 있습니다. 이전에는 정상적으로 작동했지만 이제는 동일한 명령을 실행하려고 할 때 " ssh_exchange_identification: read: Connection reset by peer.
지금 웹 계정에 어떻게 액세스합니까? "라고 말합니다 .
ssh -v
산출:
OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to iiit.ac.in [10.4.3.20]
debug1: Connection established.
debug1: key_load_file: read from key file /home/usr/.ssh/id_rsa failed: Is a directory
debug1: identity file /home/usr/.ssh/id_rsa type -1
debug1: identity file /home/usr/.ssh/id_rsa-cert type -1
debug1: identity file /home/usr/.ssh/id_dsa type -1
debug1: identity file /home/usr/.ssh/id_dsa-cert type -1
debug1: identity file /home/usr/.ssh/id_ecdsa type -1
debug1: identity file /home/usr/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/usr/.ssh/id_ed25519 type -1
debug1: identity file /home/usr/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
ssh_exchange_identification: read: Connection reset by peer
디렉토리
—
Marty Fried
~/.ssh
에는 파일 만 있어야하며 그 중 하나 id_rsa
는 RSA 개인 키 여야합니다. 그러나 파일 대신 id_rsa라는 디렉토리가있는 것 같습니다.
ssh -v
이 서버에 연결할 때 결과를 넣을 수 있습니까?