Last active
April 25, 2016 14:12
-
-
Save strika/f748c1114b154eaaee64 to your computer and use it in GitHub Desktop.
.ssh/config
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 devbox | |
Hostname localhost | |
Port 2222 | |
User strika | |
ForwardX11 yes | |
ForwardX11Trusted yes | |
ForwardAgent yes | |
StrictHostKeyChecking no | |
UserKnownHostsFile=/dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment