SSH to remote host with .pem key
login to remote host with .pem key:
ssh -i yourkey.pem ubuntu@10.0.0.1
make sure your key has permission set:
chmod 600 yourkey.pem
login to remote host with .pem key:
ssh -i yourkey.pem ubuntu@10.0.0.1
make sure your key has permission set:
chmod 600 yourkey.pem