From e5d8276638d11ae91e4bf552c5e340da7a4e1761 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 2 Jul 2024 09:25:09 +0000 Subject: [PATCH] OpenSSH: Ship the entire suite of helper programs The SSH daemon has been split into a listener and session daemon to have a smaller attack vector since the listener does not need to implement the SSH protocol. In order to keep SSH working, we need to ship the session daemon, too. Signed-off-by: Michael Tremer --- config/rootfiles/common/openssh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/common/openssh b/config/rootfiles/common/openssh index 93d51714d4..f7b479f551 100644 --- a/config/rootfiles/common/openssh +++ b/config/rootfiles/common/openssh @@ -17,10 +17,10 @@ usr/bin/ssh-keygen usr/bin/ssh-keyscan #usr/lib/openssh usr/lib/openssh/sftp-server -#usr/lib/openssh/ssh-keysign +usr/lib/openssh/ssh-keysign usr/lib/openssh/ssh-pkcs11-helper usr/lib/openssh/ssh-sk-helper -#usr/lib/openssh/sshd-session +usr/lib/openssh/sshd-session usr/sbin/sshd #usr/share/man/man1/scp.1 #usr/share/man/man1/sftp.1 -- 2.39.5