Skip to content

Instantly share code, notes, and snippets.

@realdubb
Created April 4, 2018 20:47
Show Gist options
  • Save realdubb/91214913eee447f529386ba8cb8617d3 to your computer and use it in GitHub Desktop.
Save realdubb/91214913eee447f529386ba8cb8617d3 to your computer and use it in GitHub Desktop.
.ssh/config example
Host server1
HostName server1.cyberciti.biz
User nixcraft
Port 4242
IdentityFile /nfs/shared/users/nixcraft/keys/server1/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment