1

Amazon クラウド上に単純な Web サーバーを作成しようとしています。しかし、切断するとApacheをインストールするたびに、サーバーにSSHで戻ることができなくなります。

djc@ubuntu:~/Desktop$ ssh -v -i lobbymonitor2.pem ec2-user@ec2-23-20-4-255.compute-1.amazonaws.com
OpenSSH_6.1p1 Debian-4, OpenSSL 1.0.1c 10 May 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to ec2-23-20-4-255.compute-1.amazonaws.com [23.20.4.255] port 22.
debug1: connect to address 23.20.4.255 port 22: Connection refused
ssh: connect to host ec2-23-20-4-255.compute-1.amazonaws.com port 22: Connection refused

欠落している変更する必要がある Apache の設定はありますか?

4

2 に答える 2

0

AMI を保存してから、新しいインスタンスを再起動しました。再接続できたようです。

于 2013-04-30T01:59:18.223 に答える