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 <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-07-02 09:25:09 +00:00
parent dec2fb4710
commit e5d8276638

View File

@@ -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