Update SSH daemon execution to log output to a specified log file
All checks were successful
Build a dev image / build (push) Successful in 6s

This commit is contained in:
Adam Štrauch 2025-10-05 21:40:02 +02:00
parent 2c3e6aca0c
commit 4cfda0ca4b
Signed by: cx
GPG key ID: 7262DAFE292BCE20

View file

@ -12,4 +12,4 @@ X11Forwarding no
Subsystem sftp internal-sftp" > /etc/ssh/sshd_config Subsystem sftp internal-sftp" > /etc/ssh/sshd_config
fi fi
exec /usr/sbin/sshd -D exec /usr/sbin/sshd -E /var/log/sshd.log -D