aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2021-09-04 15:33:13 +0000
committerEd Maste <emaste@FreeBSD.org>2021-09-07 00:26:53 +0000
commit641df1db3ae680ec39ddb4d8a2ae18f3cff15502 (patch)
treea719d11b8a3b35f21a25194e56ca98a3f0f38b99
parentc44d2e30e8a14e2b51d1ef780e45b62cf32e8725 (diff)
downloadsrc-641df1db3ae680ec39ddb4d8a2ae18f3cff15502.tar.gz
src-641df1db3ae680ec39ddb4d8a2ae18f3cff15502.zip
openssh: update default version addendum in man pages
Fixes: 2f513db72b03 ("Upgrade to OpenSSH 7.9p1.") MFC after: 3 days Sponsored by: The FreeBSD Foundation (cherry picked from commit b0025f9b7ff04ed623e9e5d8f9eaf172d5ff23f0)
-rw-r--r--crypto/openssh/ssh_config.52
-rw-r--r--crypto/openssh/sshd_config.52
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/ssh_config.5 b/crypto/openssh/ssh_config.5
index 468b5025ae14..e8b52f309b50 100644
--- a/crypto/openssh/ssh_config.5
+++ b/crypto/openssh/ssh_config.5
@@ -1658,7 +1658,7 @@ in
Specifies a string to append to the regular version string to identify
OS- or site-specific modifications.
The default is
-.Dq FreeBSD-20180909 .
+.Dq FreeBSD-20200214 .
The value
.Cm none
may be used to disable this.
diff --git a/crypto/openssh/sshd_config.5 b/crypto/openssh/sshd_config.5
index d28622d984a1..0ae5e665af3d 100644
--- a/crypto/openssh/sshd_config.5
+++ b/crypto/openssh/sshd_config.5
@@ -1654,7 +1654,7 @@ The default is
Optionally specifies additional text to append to the SSH protocol banner
sent by the server upon connection.
The default is
-.Qq FreeBSD-20180909 .
+.Qq FreeBSD-20200214 .
The value
.Cm none
may be used to disable this.