Skip to content

Instantly share code, notes, and snippets.

@gaspanik
Last active January 27, 2016 02: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 gaspanik/c4e758d8e83d97300679 to your computer and use it in GitHub Desktop.
Save gaspanik/c4e758d8e83d97300679 to your computer and use it in GitHub Desktop.
ssh_config
Host example.net
HostName example.net
PreferredAuthentications password
User username
Host Name
HostName example.com
IdentityFile ~/.ssh/ssh_key_name
IdentitiesOnly yes
User username
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment