リモートホストエラーUbuntu shhが原因でNoip接続が終了しました。

リモートホストエラーUbuntu shhが原因でNoip接続が終了しました。

ホームサーバーを構築しようとしています。ローカルではなくソースからSSHに接続できるようにしたいので、noipを設定しました。現在、noipのポートチェッカーは、IPのポート22が開いていて実行中であることを示し、ローカルIPアドレスを介してサーバーにSSHで接続できます。指定された非ローカル接続を使用してsshを試みると、リモートホストからエラーで閉じられた接続を受信するか、ピアからエラーで閉じられた接続を受信します。これにご協力いただきありがとうございます。

ssh -p 22 "Merthew.ddns.net" -v
OpenSSH_7.6p1 Ubuntu-4ubuntu0.3, OpenSSL 1.0.2n  7 Dec 2017
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to merthew.ddns.net [208.87.51.60] port 22.
debug1: Connection established.
debug1: identity file /home/alephnull/.ssh/id_rsa type 0
debug1: key_load_public: No such file or directory
debug1: identity file /home/alephnull/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/alephnull/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/alephnull/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/alephnull/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/alephnull/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/alephnull/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/alephnull/.ssh/id_ed25519-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3
ssh_exchange_identification: Connection closed by remote host

ベストアンサー1

おすすめ記事