Skip to content

Instantly share code, notes, and snippets.

@strika
Last active April 25, 2016 14:12
Show Gist options
  • Save strika/f748c1114b154eaaee64 to your computer and use it in GitHub Desktop.
Save strika/f748c1114b154eaaee64 to your computer and use it in GitHub Desktop.
.ssh/config
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