LAN의 다른 모든 컴퓨터와 외부에서 연결할 수 있습니다. SSHD를 실행하는 다른 컴퓨터에 제대로 연결됩니다. 상세하게 ssh를 시도하면 다음과 같은 정보가 나타납니다.
$ ssh -vvv 192.168.1.9
OpenSSH_6.2p2, OpenSSL 1.0.1e 11 Feb 2013
debug2: ssh_connect: needpriv 0
debug1: Connecting to 192.168.1.9 [192.168.1.9] port 22.
debug1: Connection established.
debug1: identity file /home/Steven/.ssh/id_rsa type -1
debug1: identity file /home/Steven/.ssh/id_rsa-cert type -1
debug3: Incorrect RSA1 identifier
debug3: Could not load "/home/Steven/.ssh/id_dsa" as a RSA1 public key
debug1: identity file /home/Steven/.ssh/id_dsa type 2
debug1: identity file /home/Steven/.ssh/id_dsa-cert type -1
debug1: identity file /home/Steven/.ssh/id_ecdsa type -1
debug1: identity file /home/Steven/.ssh/id_ecdsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2
ssh_exchange_identification: read: Connection reset by peer
내가 뭘 엉망으로 만들 었는지 알아? SSH 구성 파일의 변경 사항을 기억하지 못하고 일부 사용자를 그룹에 추가하여 권한을 실험합니다. 위와 같이 계정을 지정하지 않아도 "로컬 버전 문자열 SSH-2.0-OpenSSH_6.2"에서 1 분 동안 정지되어 최종 오류가 발생합니다. 가치가있는 Ubuntu Server 12.04 x86을 실행 중입니다.
tcpdump -i eth0 -n host 192.168.1.9 and tcp port 22. ssh-agent와ssh-add /home/Steven/.ssh/id_dsa
/dev/null신원 파일로 지정해 보셨습니까 ?