Skip to content

Instantly share code, notes, and snippets.

@sjorge
Created September 18, 2014 19:32
Show Gist options
  • Save sjorge/192f4e1fd5d0a7aab546 to your computer and use it in GitHub Desktop.
Save sjorge/192f4e1fd5d0a7aab546 to your computer and use it in GitHub Desktop.
OpenBSD SSH changes to allow interop with sunssh
# 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