Created
March 13, 2014 18:20
-
-
Save boriscy/9533839 to your computer and use it in GitHub Desktop.
ssh configuration to make work on linuxmint 16 /etc/ssh/ssh_config
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 * | |
SendEnv LANG LC_* | |
HashKnownHosts yes | |
GSSAPIAuthentication yes | |
GSSAPIDelegateCredentials no | |
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc | |
HostKeyAlgorithms ssh-rsa,ssh-dss | |
MACs hmac-md5,hmac-sha1,hmac-ripemd160 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment