ssh_exchange_identification: 接続がリモートで終了しました。

ssh_exchange_identification: 接続がリモートで終了しました。

私の家のコンピュータから限られたファイアウォールの背後にある会社のコンピュータにSSHを介して接続できるようにしたいです。

業務用コンピュータ openssh バージョン

OpenSSH_7.2p2 Ubuntu-4ubuntu2.1, OpenSSL 1.0.2g  1 Mar 2016

私は仕事用コンピュータで次のコマンドを使います:ssh -p443 -fNTR 0.0.0.0:6333:localhost:443[Eメール保護]

マイホームコンピュータでは、次のコマンドを使用します。

SSH -v -p 6333ローカルホスト

家庭用コンピュータの出力:

OpenSSH_7.3p1, OpenSSL 1.0.2j  26 Sep 2016
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to localhost [::1] port 6333.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_rsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.3
ssh_exchange_identification: Connection closed by remote host

仕事用コンピュータは家庭用コンピュータに応答します。

connect_to localhost port 443: failed.

ベストアンサー1

最近発生したエラーで、終了せずに同じ問題が発生したため、関連する質問を見ることができます。あなたのルーターが間違って設定されているのか、それと似ているのかはわかりませんが、私はうまくいきませんでした。

関連質問を見る

Redhatで報告されたバグ

バグカーネルbugzilla

おすすめ記事