Skip to content

Instantly share code, notes, and snippets.

@Hazem-Ben-Khalfallah
Created December 26, 2018 10:50
Show Gist options
  • Save Hazem-Ben-Khalfallah/3eb5e2ea3d67901877f7aed615a79c98 to your computer and use it in GitHub Desktop.
Save Hazem-Ben-Khalfallah/3eb5e2ea3d67901877f7aed615a79c98 to your computer and use it in GitHub Desktop.
[Connect via ssh using pem key] Connect to a remote server via #ssh using a pem key #linux
ssh -i ~/.ssh/[KEY_NAME].pem [REMOTE_USER]@[SERVER_IP_or_DNS]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment