Skip to content

Commit

Permalink
sshd: bump VersionAddendum for 2739a68
Browse files Browse the repository at this point in the history
Reported by: markj
Fixes: 2739a68 ("sshd: remove blacklist call from grace_alarm_...")
Sponsored by: The FreeBSD Foundation
  • Loading branch information
emaste committed Aug 6, 2024
1 parent 2739a68 commit 3d3bae9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crypto/openssh/sshd_config
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ AuthorizedKeysFile .ssh/authorized_keys
#PermitTunnel no
#ChrootDirectory none
#UseBlacklist no
#VersionAddendum FreeBSD-20240318
#VersionAddendum FreeBSD-20240806

# no default banner path
#Banner none
Expand Down
2 changes: 1 addition & 1 deletion crypto/openssh/sshd_config.5
Original file line number Diff line number Diff line change
Expand Up @@ -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-20240318 .
.Qq FreeBSD-20240806 .
The value
.Cm none
may be used to disable this.
Expand Down
2 changes: 1 addition & 1 deletion crypto/openssh/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE

#define SSH_VERSION_FREEBSD "FreeBSD-20240701"
#define SSH_VERSION_FREEBSD "FreeBSD-20240806"

0 comments on commit 3d3bae9

Please sign in to comment.