mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
Excerpts from the release notes: Potentially incompatible changes -------------------------------- * ssh-keygen(1): generate Ed25519 keys by default. [NOTE: This change was already merged into FreeBSD.] * sshd(8): the Subsystem directive now accurately preserves quoting of subsystem commands and arguments. New features ------------ * ssh(1): add keystroke timing obfuscation to the client. * ssh(1), sshd(8): Introduce a transport-level ping facility. * sshd(8): allow override of Sybsystem directives in sshd Match blocks. Full release notes at https://www.openssh.com/txt/release-9.5 Relnotes: Yes Sponsored by: The FreeBSD Foundation (cherry picked from commit edf8578117e8844e02c0121147f45e4609b30680)
8 lines
218 B
C
8 lines
218 B
C
/* $OpenBSD: version.h,v 1.99 2023/10/04 04:04:09 djm Exp $ */
|
|
|
|
#define SSH_VERSION "OpenSSH_9.5"
|
|
|
|
#define SSH_PORTABLE "p1"
|
|
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
|
|
|
|
#define SSH_VERSION_FREEBSD "FreeBSD-20231004"
|