ssh连接远程 key文件权限
2018-12-14 本文已影响0人
PengboGai
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0664 for '/home/xxxx/.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.
bad permissions: ignore key: /home/xxxx/.ssh/id_rsa
ssh 要求key的权限不能太大,否则不能使用
必须把key把权限改成600
chmod 600 /home/yourname/.ssh/*