Skip to content

Instantly share code, notes, and snippets.

@msuchodolski
Created March 14, 2016 10:23
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 msuchodolski/db329911a75210da7e7b to your computer and use it in GitHub Desktop.
Save msuchodolski/db329911a75210da7e7b to your computer and use it in GitHub Desktop.
Host settings for SSH config
# Add this to/create new 'config' file in ~/.ssh/
Host unique_name
HostName ssh_address
User ssh_username
IdentityFile ~/.ssh/path/to/key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment