ssh

SSH Log into server with key

ssh -i k root@

If you are getting "Permissions" issues then set the .pem file to 400 permission level

e.g., chmod 400 key_for_ssh.pem

Last updated

Was this helpful?