mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user