我是亚马逊云的超级新手,没关系 ec2,我正在关注亚马逊文档,其中指出:
change directories to the location of the private key file
在您启动实例时创建的命令行 shell中。使用 chmod 命令确保您的私钥文件不可公开查看。例如,如果您的私钥文件的名称是 my-key-pair.pem,您将使用以下命令:
chmod 400 my-key-pair.pem
ssh -i my-key-pair.pem ec2-user@ec2-198-51-100-1.compute-1.amazonaws.com
我在用着
ssh -i myvaluepair.pem bitnami@<instancehere>.compute-1.amazonaws.com
我在第 3 步失败,错误如下:
ssh: connect to host <instancehere>.compute-1.amazonaws.com port 22: Operation timed out
我也尝试过重新启动 AMI - 有什么想法吗?我只是想在我的亚马逊 ec2 实例上连接到 bitnami。
我有以下安全政策: