最后在线: 活跃于 1年, 1个月前
评论: 7
获赞: 0
文章: 0
粉丝: 69
关注: 69
好友: 8
User Rating: ( vote)
okass 在版块 Linux平台 中发起了话题 scp 权限问题 提示 too open 3年, 3个月前
$ ssh-add id_rsa
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0644 for ‘id_rsa’ are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
解决办法
sudo chmod 0600 id_rsa