Skip to content

Instantly share code, notes, and snippets.

@yk-tanigawa
Created August 11, 2016 20:42
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 yk-tanigawa/fbdbdbe1f19b87d282f4a682b0e846a5 to your computer and use it in GitHub Desktop.
Save yk-tanigawa/fbdbdbe1f19b87d282f4a682b0e846a5 to your computer and use it in GitHub Desktop.
GeneX2016@CSHL
## line starting with '#' is will be ignored by your computer (comment line)
## configuration
Host nickname_of_your_server
User somebody@somewhere.com
Port 22
Hostname server
IdentityFile ~/.ssh/server
IdentitiesOnly yes
## default configuration
Host *
ControlMaster auto
ControlPath ~/.ssh/mux-%r@%h:%p
GSSAPIAuthentication no
Compression yes
CompressionLevel 9
Cipher arcfour256
ForwardAgent yes
TCPKeepAlive yes
ServerAliveInterval 15
ServerAliveCountMax 3
# PasswordAuthentication no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment