mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
ssh: Bump VersionAddendum for CVE fixes
Approved by: so Sponsored by: The FreeBSD Foundation (cherry picked from commit 62df41ae0a71e77ccb1e8fae06d82eec5dff441a)
This commit is contained in:
parent
4ad8c195cf
commit
24ce323f02
3 changed files with 3 additions and 3 deletions
|
|
@ -105,7 +105,7 @@ AuthorizedKeysFile .ssh/authorized_keys
|
|||
#PermitTunnel no
|
||||
#ChrootDirectory none
|
||||
#UseBlacklist no
|
||||
#VersionAddendum FreeBSD-20240806
|
||||
#VersionAddendum FreeBSD-20250219
|
||||
|
||||
# no default banner path
|
||||
#Banner none
|
||||
|
|
|
|||
|
|
@ -1944,7 +1944,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-20240806 .
|
||||
.Qq FreeBSD-20250219 .
|
||||
The value
|
||||
.Cm none
|
||||
may be used to disable this.
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@
|
|||
#define SSH_PORTABLE "p1"
|
||||
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
|
||||
|
||||
#define SSH_VERSION_FREEBSD "FreeBSD-20240806"
|
||||
#define SSH_VERSION_FREEBSD "FreeBSD-20250219"
|
||||
|
|
|
|||
Loading…
Reference in a new issue