It is required that your private key files are NOT accessible by others.
This private key will be ignored.
fix :
sudo chmod 600 <filepath>
ssh -i <filepath> ubuntu@serverip
this will connect
Modified on: Tue, 8 Sep, 2020 at 3:02 AM
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
fix :
sudo chmod 600 <filepath>
ssh -i <filepath> ubuntu@serverip
this will connect
Did you find it helpful? Yes No
Send feedback