Created
April 4, 2018 20:47
-
-
Save realdubb/91214913eee447f529386ba8cb8617d3 to your computer and use it in GitHub Desktop.
.ssh/config example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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