Mac OSX에서는 피어를 통해 SSH 연결을 재설정할 수 없습니다.

Mac OSX에서는 피어를 통해 SSH 연결을 재설정할 수 없습니다.

집에서 실행 중인 SSH 서버가 있고 학교에서 해당 서버에 연결하려고 합니다. 하지만 연결을 시도하면 다음과 같은 결과가 나타납니다.

ssh_exchange_identification: read: Connection reset by peer

그러나 다른 클라이언트에서 ssh를 실행하면 정상적으로 작동합니다. 동일한 SSH 버전, 동일한 OS. 내가 할 때 :

$ssh [email protected] -vv

나는 얻다:

OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 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 72.135.103.38 [72.135.103.38] port 22.
debug1: Connection established.
debug1: identity file /Users/mdow7299/.ssh/id_rsa type 1
debug1: identity file /Users/mdow7299/.ssh/id_rsa-cert type -1
debug1: identity file /Users/mdow7299/.ssh/id_dsa type -1
debug1: identity file /Users/mdow7299/.ssh/id_dsa-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로 접속할 수 있지만 저는 그럴 수 없습니다. 확실히 클라이언트 측 문제입니다. 어떤 도움이라도 주시면 감사하겠습니다.

관련 정보