Permissions 0644 for '/root/.ssh/id_rsa' are too open.

ssh密钥登陆提示:

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@         WARNING: UNPROTECTED PRIVATE KEY FILE!          @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0644 for '/root/.ssh/id_rsa' are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
Load key "/root/.ssh/id_rsa": bad permissions

只要把秘钥权限下降就好了:

 chmod 0600 id_rsa

然后再次ssh登陆就可以了

上一篇:error: string too large to encode using UTF-8 written instead as 'STRING_TOO_LARGE'.


下一篇:[ERROR] Too many connections 尚未解决