自宅で 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 接続できるのですが、私はできません。これは間違いなくクライアント側の問題です。どなたか助けていただければ幸いです。