[Linux] 解決 SSH Key: “Permissions 0644 for 'id_rsa.pub' are too open.”

簡單講就是權限開太多

實測開 400, 600, 700 都可以


$ chmod 400 id_rsa.pub
$ chmod 600 id_rsa.pub
$ chmod 700 id_rsa.pub


我自己習慣 600

留言

張貼留言

熱門文章