Created
December 26, 2018 10:50
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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