FIWARE Labで、チュートリアルのように VM インスタンス、キーペアなどを作成します。
ポート 22 をセキュリティ グループ ルールに追加します。
指示に従って ssh に接続します。
Open the Terminal
Locate the keypair asocciate to this Instance when launching it.
my_keypair.pem
Modify the keypair permissions in order to make it not publicly viewable.
chmod 400 my_keypair.pem
Connect to the Instance using its public IP.
ssh -i my_keypair.pem root@10.0.136.107
まだ:
$ ssh -i nother-keypair.pem root@10.0.136.107
ssh: connect to host 10.0.136.107 port 22: Connection timed out
なぜこれが起こるのですか?私はそれについて何ができますか?