Windows使用 -i 连接服务器ssh时报错:
Permissions for ‘1.pem’ are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
Load key “1.pem”: bad permissions
这是因为.pem
文件权限太大了。
解决方法:
1. 右击.pem
文件,‘属性’ -> ‘安全’ -> ‘高级’:
文章来源:https://www.toymoban.com/news/detail-646218.html
2. 将所有者改为你自己,删除掉其它所有用户的权限:
文章来源地址https://www.toymoban.com/news/detail-646218.html
3. Ok!
到了这里,关于Windows连接ssh时 Permissions for ‘.pem‘ are too open解决方法的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!