summaryrefslogtreecommitdiffstats
path: root/debian/systemd/ssh@.service
blob: f7fec1f6f160bce0486af13e6d3dfa4fde8b37f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=OpenBSD Secure Shell server per-connection daemon
Documentation=man:sshd(8) man:sshd_config(5)
After=auditd.service

[Service]
EnvironmentFile=-/etc/default/ssh
ExecStart=-/usr/sbin/sshd -i $SSHD_OPTS
StandardInput=socket
RuntimeDirectory=sshd
RuntimeDirectoryMode=0755