1. ホーム
  2. ssh

AWS EC2 インスタンスに ssh しようとすると、接続が切断される

2023-09-27 04:28:08

質問

最近、新しいEC2インスタンスをセットアップしました。翌日、sshでインスタンスに接続することができなくなりました。前日には接続と切断ができたので、私は何もしていないことは確かです。以下はsshのデバッグ情報です。

ssh -i webserver.pem -v [email protected]
OpenSSH_5.9p1, OpenSSL 0.9.8r 8 Feb 2011
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: Connecting to my.elastic.ip [my.elastic.ip] port 22.
debug1: Connection established.
debug1: identity file webserver.pem type -1
debug1: identity file webserver.pem-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.9p1 Debian-5ubuntu1.1
debug1: match: OpenSSH_5.9p1 Debian-5ubuntu1.1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.9
debug1: SSH2_MSG_KEXINIT sent
Connection closed by my.elastic.ip

この問題を解決する方法はありますか?それとももう一度インスタンスを再インストールしなければならないのでしょうか?

.pemのPS権限は600に設定されています。

どのように解決するのですか?

セキュリティ グループを確認します。インスタンスから戻るトラフィックを許可するアウトバウンドルールがあることを確認してください。

デフォルトのアウトバウンドルールで

type: All traffic, Protocol: All, Ports: All, Destination: 0.0.0.0/0

であれば、うまくいくでしょう。