Skip to content

Instantly share code, notes, and snippets.

@letsjustfixit
Last active August 29, 2015 14:21
Show Gist options
  • Save letsjustfixit/9fc66235517348223812 to your computer and use it in GitHub Desktop.
Save letsjustfixit/9fc66235517348223812 to your computer and use it in GitHub Desktop.
SSh config direcitve
# ~/.ssh/config
Host *
IdentityFile ~/.ssh/id_rsa
Host vps
Hostname 127.0.0.1
Port 22001
#IdentityFile ~/.ssh/other_key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment