Created
September 18, 2014 19:32
-
-
Save sjorge/192f4e1fd5d0a7aab546 to your computer and use it in GitHub Desktop.
OpenBSD SSH changes to allow interop with sunssh
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
# Ciphers and keying | |
#RekeyLimit default none | |
# Solaris is being a difficult so added hmac-sha1-96 + diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1 | |
MACs [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1-96 | |
KexAlgorithms [email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment