aboutsummaryrefslogtreecommitdiff
path: root/secure/ssh.mk
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2026-05-14 18:59:30 +0000
committerEd Maste <emaste@FreeBSD.org>2026-05-14 18:59:30 +0000
commit2574974648c68c738aec3ff96644d888d7913a37 (patch)
treeb647e9258eb0e872e09defc38b85d7d8632a2477 /secure/ssh.mk
parentfb4e7898a359a5044e6794c7fe8a698d29af1fd3 (diff)
parent2c72d8219c5679490c3becad8118ea5c8950b893 (diff)
OpenSSH: Update to 10.3p1
Full release notes are available at https://www.openssh.com/txt/release-10.3 Selected highlights from the release notes: * ssh(1), sshd(8): remove bug compatibility for implementations that don't support rekeying. If such an implementation tries to interoperate with OpenSSH, it will now eventually fail when the transport needs rekeying. * ssh(1), sshd(8): support IANA-assigned codepoints for SSH agent forwarding, as per draft-ietf-sshm-ssh-agent. Support for the new names is advertised via the EXT_INFO message. If a server offers support for the new names, then they are used preferentially. * ssh(1): add a ~I escape option that shows information about the current SSH connection. * sshd(8): add 'invaliduser' penalty to PerSourcePenalties, which is applied to login attempts for usernames that do not match real accounts. Defaults to 5s to match 'authfail' but allows administrators to block such attempts for longer if desired. * Support the ed25519 signature scheme via libcrypto. Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D56999
Diffstat (limited to 'secure/ssh.mk')
-rw-r--r--secure/ssh.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/ssh.mk b/secure/ssh.mk
index 816081df219e..b7b7a794b9c7 100644
--- a/secure/ssh.mk
+++ b/secure/ssh.mk
@@ -4,7 +4,7 @@
SSHDIR= ${SRCTOP}/crypto/openssh
-SFTP_CLIENT_SRCS=sftp-common.c sftp-client.c sftp-glob.c
+SFTP_CLIENT_SRCS=sftp-common.c sftp-client.c sftp-glob.c ssherr-nolibcrypto.c
SKSRCS= ssh-sk-client.c
CFLAGS+= -I${SSHDIR} -I${SSHDIR}/openbsd-compat/include -include ssh_namespace.h