Skip to content

Instantly share code, notes, and snippets.

@juneoh
Created March 31, 2017 05:05
Show Gist options
  • Save juneoh/8cd388049848cdd1bba040e906ec3bc9 to your computer and use it in GitHub Desktop.
Save juneoh/8cd388049848cdd1bba040e906ec3bc9 to your computer and use it in GitHub Desktop.
~/.ssh/config example
Host github.com
HostName github.com
User git
IdentityFile ~/.ssh/june
Host sixth
HostName 192.168.0.36
User june
Host ampere
HostName 192.168.0.61
User june
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment