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

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