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