# HG changeset patch # User Jan Parcel # Date 1454366975 28800 # Node ID b8902a4f893509c7e11645e6bcd45f84102ed2ac # Parent e799e4f894752511b24a2bd2c7670cd02f8382a8 22612856 man sshd_config(5) needs to call out hmac-sha1 as enabled by default diff -r e799e4f89475 -r b8902a4f8935 components/openssh/patches/039-sshd_config_5_defaults.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/openssh/patches/039-sshd_config_5_defaults.patch Mon Feb 01 14:49:35 2016 -0800 @@ -0,0 +1,20 @@ +# +# hmac-sha1 is heavily used in the world, and customers updating openssh should +# have up-to-date man pages +# +# Upstream has been notified of this typo and is correcting it, this patch +# will be removed when Solaris updates to an update including the fix. +# + +diff -rupN old/sshd_config.5 new/sshd_config.5 +--- old/sshd_config.5 2016-01-28 13:47:34.630632408 -0800 ++++ new/sshd_config.5 2016-01-28 13:48:34.129479936 -0800 +@@ -1018,7 +1018,7 @@ The default is: + umac-64-etm@openssh.com,umac-128-etm@openssh.com, + hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com, + umac-64@openssh.com,umac-128@openssh.com, +-hmac-sha2-256,hmac-sha2-512 ++hmac-sha2-256,hmac-sha2-512,hmac-sha1 + .Ed + .Pp + The list of available MAC algorithms may also be obtained using the