Forgot to bump the version addendum date.
This commit is contained in:
parent
dfabbaa0e0
commit
6d6e8a4a09
@ -50,4 +50,4 @@
|
||||
# ProxyCommand ssh -q -W %h:%p gateway.example.com
|
||||
# RekeyLimit 1G 1h
|
||||
# VerifyHostKeyDNS yes
|
||||
# VersionAddendum FreeBSD-20161230
|
||||
# VersionAddendum FreeBSD-20170302
|
||||
|
@ -1800,7 +1800,7 @@ See also VERIFYING HOST KEYS in
|
||||
Specifies a string to append to the regular version string to identify
|
||||
OS- or site-specific modifications.
|
||||
The default is
|
||||
.Dq FreeBSD-20161230 .
|
||||
.Dq FreeBSD-20170302 .
|
||||
The value
|
||||
.Dq none
|
||||
may be used to disable this.
|
||||
|
@ -120,7 +120,7 @@
|
||||
#PermitTunnel no
|
||||
#ChrootDirectory none
|
||||
#UseBlacklist no
|
||||
#VersionAddendum FreeBSD-20161230
|
||||
#VersionAddendum FreeBSD-20170302
|
||||
|
||||
# no default banner path
|
||||
#Banner none
|
||||
|
@ -1646,7 +1646,7 @@ The default is
|
||||
Optionally specifies additional text to append to the SSH protocol banner
|
||||
sent by the server upon connection.
|
||||
The default is
|
||||
.Dq FreeBSD-20161230 .
|
||||
.Dq FreeBSD-20170302 .
|
||||
The value
|
||||
.Dq none
|
||||
may be used to disable this.
|
||||
|
@ -6,7 +6,7 @@
|
||||
#define SSH_PORTABLE "p1"
|
||||
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
|
||||
|
||||
#define SSH_VERSION_FREEBSD "FreeBSD-20161230"
|
||||
#define SSH_VERSION_FREEBSD "FreeBSD-20170302"
|
||||
|
||||
#ifdef WITH_OPENSSL
|
||||
#define OPENSSL_VERSION SSLeay_version(SSLEAY_VERSION)
|
||||
|
Loading…
Reference in New Issue
Block a user