Skip to content

Instantly share code, notes, and snippets.

@boriscy
Created March 13, 2014 18:20
Show Gist options
  • Save boriscy/9533839 to your computer and use it in GitHub Desktop.
Save boriscy/9533839 to your computer and use it in GitHub Desktop.
ssh configuration to make work on linuxmint 16 /etc/ssh/ssh_config
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