Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jasdeepkhalsa
Created October 16, 2014 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasdeepkhalsa/4db8ebf1b62525ddad22 to your computer and use it in GitHub Desktop.
Save jasdeepkhalsa/4db8ebf1b62525ddad22 to your computer and use it in GitHub Desktop.
SSH Sample Config for ~/.ssh/config by http://tychoish.com/rhizome/9-awesome-ssh-tricks/
Host example.com *.example.net
User root
Host dev.example.net dev.example.net
User shared
Port 220
Host test.example.com
User root
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
Host t
HostName test.example.org
Host *
Compression yes
CompressionLevel 7
Cipher blowfish
ServerAliveInterval 600
ControlMaster auto
ControlPath /tmp/ssh-%r@%h:%p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment