OpenSSH run configuration example for Debian GNU/Linux 11 (bullseye)

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'

    
  

Config Details

Location
/etc/sv/ssh/log/run
Operating system
Debian GNU/Linux 11 (bullseye)
Length
4 lines
MD5 checksum
63e0ec3e1080dafc68d6d71d42b150a9

Usage

Download the raw file with wget or curl

Wget

wget -O run.example https://exampleconfig.com/static/raw/openssh/debian11/etc/sv/ssh/log/run

cURL

curl https://exampleconfig.com/static/raw/openssh/debian11/etc/sv/ssh/log/run > run.example