From: Michael Tremer Date: Tue, 2 Jul 2024 09:25:09 +0000 (+0000) Subject: OpenSSH: Ship the entire suite of helper programs X-Git-Tag: v2.29-core187~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5d8276638d11ae91e4bf552c5e340da7a4e1761;p=ipfire-2.x.git 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 --- 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