SSHは機能しませんが、ポート22のTelnetは成功します。

SSHは機能しませんが、ポート22のTelnetは成功します。

SSHを介してDCに新しくインストールされたサーバーの1つに接続しようとしています。私たちのNOCチームは彼らのコンピュータからSSHを介してサーバーに接続することができます。ただし、通常はログインシステムを使用してDCのサーバーに接続し、そこからDCの新しいサーバーに接続することはできません。 verbose モードで ssh を実行すると、次の出力が表示されます。

OpenSSH_5.3p1, OpenSSL 1.0.1e-fips 11 Feb 2013
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to *.*.*.* [*.*.*.*] port 22.
debug1: Connection established.
debug1: identity file /home/ta/.ssh/identity type -1
debug1: identity file /home/ta/.ssh/identity-cert type -1
debug1: identity file /home/ta/.ssh/id_rsa type -1
debug1: identity file /home/ta/.ssh/id_rsa-cert type -1
debug1: identity file /home/ta/.ssh/id_dsa type -1
debug1: identity file /home/ta/.ssh/id_dsa-cert type -1
debug1: identity file /home/ta/.ssh/id_ecdsa type -1
debug1: identity file /home/ta/.ssh/id_ecdsa-cert type -1

sshはここにかかっています。ルーティングやアクセスに関する問題がないことを確認してください。ポート22のTelnetが成功しました。何が問題なのでしょうか?

ベストアンサー1

別のポートでリッスンするようにsshdを変更しましたが、現在機能しています(一時修正)....ポート22がネットワークのどこかでブロックされている場合、ポート22のTelnetが成功してはいけないことが混乱しています。 ..!ただし、ポート22のTelnetは成功し、そのポートはサーバーのsshdでリッスンされています。ネットワークチームに終了を確認するよう依頼してください。まだポート22のTelnetが成功した理由の答えをお探しですか?

おすすめ記事