天天看点

SSH Permissions xxxx for 'xxxx' are too open.

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/inforstack/article/details/51611510

Permissions 0664 for 'tools/cncl' are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
bad permissions: ignore key: tools/cncl
Permission denied (publickey).
lost connection
           
chmod 600 tools/cncl           

需要给证书 600权限

继续阅读