作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
已经在寻找解决方案,但似乎没有任何帮助,我正在做所有应该做的事情,但我的实例一直向我返回消息“服务器拒绝了我们的 key ”。
这是我一直在做的:
1) Create Instance;
2) Download the .pem key;
3) PuttyGen to transform it in a private .ppk (SSH-2 RSA);
4) Associate an Elastic IP to the Instance;
5) Connect through 22 with the correct auth key generated on the 3rd step;
6) Server asks for username, insert "ubuntu" (using 12.04.1 LTS);
7) Server returns "Server refused our key".
尝试重启一百次,尝试 SSH-1 RSA,尝试公钥而不是私钥,尝试带密码的 key ,尝试一切。
还有其他人遇到过这种情况吗?
编辑:
认为这可能是一个安全问题,如果有帮助的话,这是我的规则:
最佳答案
刚遇到同样的问题。 AWS 实例仅识别实例创建期间指定的 key 。以后对 key 列表的所有更改都不会影响已创建的实例。
编辑:实际上,这里的问题是使用 Puttygen 不正确地导出到 .ppk 文件。请参阅下面的评论。
关于amazon-web-services - AWS EC2 一直拒绝我的 SSH 2 私钥,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14335748/
我是一名优秀的程序员,十分优秀!