Skip to content

Instantly share code, notes, and snippets.

@costa86
Last active July 30, 2021 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save costa86/92ebafec384a184f9785676d486b3f5e to your computer and use it in GitHub Desktop.
Save costa86/92ebafec384a184f9785676d486b3f5e to your computer and use it in GitHub Desktop.
SSH config file
Host *
IdentitiesOnly=yes
Port 22
Host <custom_name>
Hostname <ip>
User <user>
IdentityFile <private_key>
Host <another_custom_name>
Hostname <ip>
User <user>
IdentityFile <private_key>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment