unprotected private key file

后端 未结 3 405
猫巷女王i
猫巷女王i 2020-12-24 04:44

Can someone explain this to please and what I can do to sort out my permissions issue. Its seems to be stopping me from getting the authenticity of host heroku

3条回答
  •  既然无缘
    2020-12-24 05:34

    Simply reset permissions to your key files to defaults

    sudo chmod 600 ~/.ssh/id_rsa
    sudo chmod 600 ~/.ssh/id_rsa.pub
    

提交回复
热议问题