SSH Key: “Permissions 0644 for 'id_rsa.pub' are too open.” on mac

后端 未结 17 2118
[愿得一人]
[愿得一人] 2020-11-28 00:50

I generate a ssh key pair on my mac and add the public key to my ubuntu server(in fact, it is a virtual machine on my mac),but when I try to login the ubuntu server,it says:

17条回答
  •  Happy的楠姐
    2020-11-28 01:18

    giving permision 400 makes the key private and not accessible by someone unknown. It makes the key as a protected one.

    chmod 400 /Users/tudouya/.ssh/vm/vm_id_rsa.pub
    

提交回复
热议问题