-
-
Save mtigas/78ec014f31c8a06f656b to your computer and use it in GitHub Desktop.
This file contains hidden or 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 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 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment