Skip to content

Instantly share code, notes, and snippets.

@adrians5j
Last active November 4, 2015 10:39
Show Gist options
  • Save adrians5j/ee55210518c1fc48aed5 to your computer and use it in GitHub Desktop.
Save adrians5j/ee55210518c1fc48aed5 to your computer and use it in GitHub Desktop.
SSH connection config
HOST <yourHost>
HostName <IP or DNS of the Host>
Port <port (just needed if other then the standard (22))>
User <username to connect>
IdentityFile <path to .pem file>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment