대학에서는 일반적으로 컴퓨터 과학 서버에 SSH로 접속합니다. 그러나 오늘 나는 다음과 같은 오류가 계속 발생합니다 ssh_exchange_identification: Connection closed by remote host
. -v
플래그로 SSH를 사용하면 다음을 얻을 수 있습니다.
OpenSSH_5.9p1, OpenSSL 0.9.8r 8 Feb 2011
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to ... [...] port 22.
debug1: Connection established.
debug3: Incorrect RSA1 identifier
debug3: Could not load "~/.ssh/id_rsa" as a RSA1 public key
debug1: identity file ~/.ssh/id_rsa type 1
debug1: identity file ~/.ssh/id_rsa-cert type -1
debug1: identity file ~/.ssh/id_dsa type -1
debug1: identity file ~/.ssh/id_dsa-cert type -1
ssh_exchange_identification: Connection closed by remote host
호스트 파일을 편집하려고 시도했지만 도움이되지 않습니다. 어떤 제안?
sudo chown root /var/empty/
)로 변경 한 후 ssh는 다시 매력처럼 작동합니다. 고마워!