SSH EC2 asking for password

后端 未结 16 1587
伪装坚强ぢ
伪装坚强ぢ 2020-12-24 05:45

I\'ve just setup my EC2 server following this video here exactly - http://www.youtube.com/watch?v=bBajLxeKqoY

I even chose the same server type, everything went well

16条回答
  •  情歌与酒
    2020-12-24 06:36

    If you've moved/copied the pem file from another machine, the owner of the file may be different to the user that is running the ssh client. To change the owner of the file:

    sudo chown  
    

提交回复
热议问题