/etc/sv/ssh/log/run - Debian GNU/Linux 11 (bullseye)

This is the default example configuration of run provided by OpenSSH. This config file was generated by OpenSSH running on Debian 11.

It is located under: /etc/sv/ssh/log/run

    #!/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 http://exampleconfig.com/static/raw/openssh/debian11/etc/sv/ssh/log/run

cURL

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