Skip to content

Instantly share code, notes, and snippets.

@mtigas
Created September 5, 2010 22:54
Show Gist options
  • Save mtigas/78ec014f31c8a06f656b to your computer and use it in GitHub Desktop.
Save mtigas/78ec014f31c8a06f656b to your computer and use it in GitHub Desktop.
Host server1.example.com
Port 13371
IdentityFile ~/.ssh/server1.id_rsa
Host server2.example.com
Port 31313
# Some defaults
Host *
Compression yes
CompressionLevel 9
RekeyLimit 3000K
Ciphers aes256-ctr,aes256-cbc,blowfish-cbc,arcfour256,aes192-ctr,aes128-ctr,aes192-cbc,aes128-cbc
MACs hmac-sha1,hmac-ripemd160
IdentityFile ~/.ssh/other_key.id_rsa
IdentityFile ~/.ssh/id_rsa
IdentityFile ~/.ssh/id_dsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment