Get the default configuration file run for OpenSSH, optimized for Debian GNU/Linux 11 (bullseye). This example configuration ensures optimal compatibility and performance for OpenSSH, making it easy to set up and adjust to meet your needs.
Find and download the configuration file here: /etc/sv/ssh/log/run.
For more configurations and setup guides, visit our related files section to further customize your system.
#!/bin/sh
chown _runit-log:adm '/var/log/runit/ssh'
chmod 750 '/var/log/runit/ssh'
exec chpst -u _runit-log svlogd -tt '/var/log/runit/ssh'
Download the raw file with wget or curl
wget -O run.example https://exampleconfig.com/static/raw/openssh/debian11/etc/sv/ssh/log/run
curl https://exampleconfig.com/static/raw/openssh/debian11/etc/sv/ssh/log/run > run.example
Other config files you might find useful