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:27:38 +0000
commit0af5a0112374aa14e6a66143a420f156bb11e5da (patch)
tree89acd4f7df31aa25c947e1b8d75d0a4e5ec2753e
parent9ca533bfb45aa45d95e434d2682d5c5b667fb022 (diff)
downloadsrc-0af5a0112374aa14e6a66143a420f156bb11e5da.tar.gz
src-0af5a0112374aa14e6a66143a420f156bb11e5da.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 d3e0c43853ce..366669cec5ad 100644
--- a/crypto/openssh/sshd_config.5
+++ b/crypto/openssh/sshd_config.5
@@ -1655,7 +1655,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.