Mac OSXがピアによってSSH接続をリセットできない


2

自宅でSSHサーバーを実行しており、学校から接続しようとしています。しかし、接続しようとすると次のようになります:

ssh_exchange_identification: read: Connection reset by peer

ただし、別のクライアントからsshを実行すると、正常に機能します。同じSSHバージョン、同じOS。私がする時:

$ssh me@xx.xxx.xxx.xx -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接続できますが、私はできません。これは間違いなくクライアント側の問題です。任意の助けをいただければ幸いです。



他のクライアントはどこですか?学校でも?
milesrf
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.