6caa973
diff -up openssh-8.0p1/ssh_config.5.crypto-policies openssh-8.0p1/ssh_config.5
6caa973
--- openssh-8.0p1/ssh_config.5.crypto-policies	2019-05-13 14:04:01.999099570 +0200
6caa973
+++ openssh-8.0p1/ssh_config.5	2019-05-13 14:12:36.343923071 +0200
6caa973
@@ -445,12 +445,10 @@ aes256-gcm@openssh.com
6caa973
 chacha20-poly1305@openssh.com
6caa973
 .Ed
6caa973
 .Pp
6caa973
-The default is:
6caa973
-.Bd -literal -offset indent
6caa973
-chacha20-poly1305@openssh.com,
6caa973
-aes128-ctr,aes192-ctr,aes256-ctr,
6caa973
-aes128-gcm@openssh.com,aes256-gcm@openssh.com
6caa973
-.Ed
6caa973
+The default is handled system-wide by
6caa973
+.Xr crypto-policies 7 .
fdbd5bc
+To see the defaults and how to modify this default, see manual page
6caa973
+.Xr update-crypto-policies 8 .
6caa973
 .Pp
6caa973
 The list of available ciphers may also be obtained using
6caa973
 .Qq ssh -Q cipher .
6caa973
@@ -812,8 +810,10 @@ gss-nistp256-sha256-,
6caa973
 gss-curve25519-sha256-
6caa973
 .Ed
6caa973
 .Pp
6caa973
-The default is
6caa973
-.Dq gss-gex-sha1-,gss-group14-sha1- .
6caa973
+The default is handled system-wide by
6caa973
+.Xr crypto-policies 7 .
fdbd5bc
+To see the defaults and how to modify this default, see manual page
6caa973
+.Xr update-crypto-policies 8 .
6caa973
 This option only applies to protocol version 2 connections using GSSAPI.
6caa973
 .It Cm HashKnownHosts
6caa973
 Indicates that
6caa973
@@ -1123,16 +1123,10 @@ If the specified value begins with a
6caa973
 .Sq -
6caa973
 character, then the specified methods (including wildcards) will be removed
6caa973
 from the default set instead of replacing them.
6caa973
-The default is:
6caa973
-.Bd -literal -offset indent
6caa973
-curve25519-sha256,curve25519-sha256@libssh.org,
6caa973
-ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
6caa973
-diffie-hellman-group-exchange-sha256,
6caa973
-diffie-hellman-group16-sha512,
6caa973
-diffie-hellman-group18-sha512,
6caa973
-diffie-hellman-group14-sha256,
6caa973
-diffie-hellman-group14-sha1
6caa973
-.Ed
6caa973
+The default is handled system-wide by
6caa973
+.Xr crypto-policies 7 .
fdbd5bc
+To see the defaults and how to modify this default, see manual page
6caa973
+.Xr update-crypto-policies 8 .
6caa973
 .Pp
6caa973
 The list of available key exchange algorithms may also be obtained using
6caa973
 .Qq ssh -Q kex .
6caa973
@@ -1210,14 +1204,10 @@ The algorithms that contain
6caa973
 calculate the MAC after encryption (encrypt-then-mac).
6caa973
 These are considered safer and their use recommended.
6caa973
 .Pp
6caa973
-The default is:
6caa973
-.Bd -literal -offset indent
6caa973
-umac-64-etm@openssh.com,umac-128-etm@openssh.com,
6caa973
-hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,
6caa973
-hmac-sha1-etm@openssh.com,
6caa973
-umac-64@openssh.com,umac-128@openssh.com,
6caa973
-hmac-sha2-256,hmac-sha2-512,hmac-sha1
6caa973
-.Ed
6caa973
+The default is handled system-wide by
6caa973
+.Xr crypto-policies 7 .
fdbd5bc
+To see the defaults and how to modify this default, see manual page
6caa973
+.Xr update-crypto-policies 8 .
6caa973
 .Pp
6caa973
 The list of available MAC algorithms may also be obtained using
6caa973
 .Qq ssh -Q mac .
6caa973
@@ -1361,17 +1351,10 @@ If the specified value begins with a
6caa973
 .Sq -
6caa973
 character, then the specified key types (including wildcards) will be removed
6caa973
 from the default set instead of replacing them.
6caa973
-The default for this option is:
6caa973
-.Bd -literal -offset 3n
6caa973
-ecdsa-sha2-nistp256-cert-v01@openssh.com,
6caa973
-ecdsa-sha2-nistp384-cert-v01@openssh.com,
6caa973
-ecdsa-sha2-nistp521-cert-v01@openssh.com,
6caa973
-ssh-ed25519-cert-v01@openssh.com,
6caa973
-rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,
6caa973
-ssh-rsa-cert-v01@openssh.com,
6caa973
-ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
6caa973
-ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
6caa973
-.Ed
6caa973
+The default is handled system-wide by
6caa973
+.Xr crypto-policies 7 .
fdbd5bc
+To see the defaults and how to modify this default, see manual page
6caa973
+.Xr update-crypto-policies 8 .
6caa973
 .Pp
6caa973
 The list of available key types may also be obtained using
6caa973
 .Qq ssh -Q key .
6caa973
diff -up openssh-8.0p1/sshd_config.5.crypto-policies openssh-8.0p1/sshd_config.5
6caa973
--- openssh-8.0p1/sshd_config.5.crypto-policies	2019-05-13 14:12:41.226968863 +0200
6caa973
+++ openssh-8.0p1/sshd_config.5	2019-05-13 14:15:14.581406997 +0200
6caa973
@@ -490,12 +490,10 @@ aes256-gcm@openssh.com
6caa973
 chacha20-poly1305@openssh.com
6caa973
 .El
6caa973
 .Pp
6caa973
-The default is:
6caa973
-.Bd -literal -offset indent
6caa973
-chacha20-poly1305@openssh.com,
6caa973
-aes128-ctr,aes192-ctr,aes256-ctr,
6caa973
-aes128-gcm@openssh.com,aes256-gcm@openssh.com
6caa973
-.Ed
6caa973
+The default is handled system-wide by
6caa973
+.Xr crypto-policies 7 .
fdbd5bc
+To see the defaults and how to modify this default, see manual page
6caa973
+.Xr update-crypto-policies 8 .
6caa973
 .Pp
6caa973
 The list of available ciphers may also be obtained using
6caa973
 .Qq ssh -Q cipher .
6caa973
@@ -700,8 +698,10 @@ gss-nistp256-sha256-,
6caa973
 gss-curve25519-sha256-
6caa973
 .Ed
6caa973
 .Pp
6caa973
-The default is
6caa973
-.Dq gss-gex-sha1-,gss-group14-sha1- .
6caa973
+The default is handled system-wide by
6caa973
+.Xr crypto-policies 7 .
fdbd5bc
+To see the defaults and how to modify this default, see manual page
6caa973
+.Xr update-crypto-policies 8 .
6caa973
 This option only applies to protocol version 2 connections using GSSAPI.
6caa973
 .It Cm HostbasedAcceptedKeyTypes
6caa973
 Specifies the key types that will be accepted for hostbased authentication
6caa973
@@ -792,17 +792,10 @@ environment variable.
6caa973
 .It Cm HostKeyAlgorithms
6caa973
 Specifies the host key algorithms
6caa973
 that the server offers.
6caa973
-The default for this option is:
6caa973
-.Bd -literal -offset 3n
6caa973
-ecdsa-sha2-nistp256-cert-v01@openssh.com,
6caa973
-ecdsa-sha2-nistp384-cert-v01@openssh.com,
6caa973
-ecdsa-sha2-nistp521-cert-v01@openssh.com,
6caa973
-ssh-ed25519-cert-v01@openssh.com,
6caa973
-rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,
6caa973
-ssh-rsa-cert-v01@openssh.com,
6caa973
-ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
6caa973
-ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
6caa973
-.Ed
6caa973
+The default is handled system-wide by
6caa973
+.Xr crypto-policies 7 .
fdbd5bc
+To see the defaults and how to modify this default, see manual page
6caa973
+.Xr update-crypto-policies 8 .
6caa973
 .Pp
6caa973
 The list of available key types may also be obtained using
6caa973
 .Qq ssh -Q key .
6caa973
@@ -960,14 +953,10 @@ ecdh-sha2-nistp384
6caa973
 ecdh-sha2-nistp521
6caa973
 .El
6caa973
 .Pp
6caa973
-The default is:
6caa973
-.Bd -literal -offset indent
6caa973
-curve25519-sha256,curve25519-sha256@libssh.org,
6caa973
-ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
6caa973
-diffie-hellman-group-exchange-sha256,
6caa973
-diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,
6caa973
-diffie-hellman-group14-sha256,diffie-hellman-group14-sha1
6caa973
-.Ed
6caa973
+The default is handled system-wide by
6caa973
+.Xr crypto-policies 7 .
fdbd5bc
+To see the defaults and how to modify this default, see manual page
6caa973
+.Xr update-crypto-policies 8 .
6caa973
 .Pp
6caa973
 The list of available key exchange algorithms may also be obtained using
6caa973
 .Qq ssh -Q kex .
6caa973
@@ -1090,14 +1079,10 @@ umac-64-etm@openssh.com
6caa973
 umac-128-etm@openssh.com
6caa973
 .El
6caa973
 .Pp
6caa973
-The default is:
6caa973
-.Bd -literal -offset indent
6caa973
-umac-64-etm@openssh.com,umac-128-etm@openssh.com,
6caa973
-hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,
6caa973
-hmac-sha1-etm@openssh.com,
6caa973
-umac-64@openssh.com,umac-128@openssh.com,
6caa973
-hmac-sha2-256,hmac-sha2-512,hmac-sha1
6caa973
-.Ed
6caa973
+The default is handled system-wide by
6caa973
+.Xr crypto-policies 7 .
fdbd5bc
+To see the defaults and how to modify this default, see manual page
6caa973
+.Xr update-crypto-policies 8 .
6caa973
 .Pp
6caa973
 The list of available MAC algorithms may also be obtained using
6caa973
 .Qq ssh -Q mac .
6caa973
@@ -1455,17 +1440,10 @@ If the specified value begins with a
6caa973
 .Sq -
6caa973
 character, then the specified key types (including wildcards) will be removed
6caa973
 from the default set instead of replacing them.
6caa973
-The default for this option is:
6caa973
-.Bd -literal -offset 3n
6caa973
-ecdsa-sha2-nistp256-cert-v01@openssh.com,
6caa973
-ecdsa-sha2-nistp384-cert-v01@openssh.com,
6caa973
-ecdsa-sha2-nistp521-cert-v01@openssh.com,
6caa973
-ssh-ed25519-cert-v01@openssh.com,
6caa973
-rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,
6caa973
-ssh-rsa-cert-v01@openssh.com,
6caa973
-ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
6caa973
-ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
6caa973
-.Ed
6caa973
+The default is handled system-wide by
6caa973
+.Xr crypto-policies 7 .
fdbd5bc
+To see the defaults and how to modify this default, see manual page
6caa973
+.Xr update-crypto-policies 8 .
6caa973
 .Pp
6caa973
 The list of available key types may also be obtained using
6caa973
 .Qq ssh -Q key .