linux Permissions 0644 for ‘/root/.ssh/id_rsa’ are too open处理
Permissions 0644 for '/home/admin/.ssh/java.zhangjie' are too open.It is required that your private key files are NOT accessible by others.This private key will be ignored.Load key "/home/admin/.
·
Permissions 0644 for '/home/admin/.ssh/java.zhangjie' are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
Load key "/home/admin/.ssh/java.zhangjie": bad permissions
如果出现 Permissions 0644 for ‘/home/admin/.ssh/java.zhangjie. 等错误显示了,原来只要把权限降到0600就可以了
输入命令 chmod 0600 ~/.ssh/java.zhangjie 即可
更多推荐
已为社区贡献2条内容
所有评论(0)