Skip to content

Instantly share code, notes, and snippets.

@MnMTech
Last active August 29, 2015 14:22
Show Gist options
  • Save MnMTech/070c0d1cfeb085e689ff to your computer and use it in GitHub Desktop.
Save MnMTech/070c0d1cfeb085e689ff to your computer and use it in GitHub Desktop.
Connect to server over SSH using a key file
ssh -i /path/to/local/key/file.pem ubuntu@hostname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment