summaryrefslogtreecommitdiffstats
path: root/debian/systemd/sshd@.service
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:18:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:18:23 +0000
commitdc8370371e475f5816a0c66c11573b8db69866ce (patch)
tree5ab1ddeb39dad9c265e67760680c1df49f186b5b /debian/systemd/sshd@.service
parentAdding debian version 1:9.6p1-4. (diff)
downloadopenssh-dc8370371e475f5816a0c66c11573b8db69866ce.tar.xz
openssh-dc8370371e475f5816a0c66c11573b8db69866ce.zip
Adding debian version 1:9.6p1-5.debian/1%9.6p1-5
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/systemd/sshd@.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/systemd/sshd@.service b/debian/systemd/sshd@.service
new file mode 100644
index 0000000..29864a8
--- /dev/null
+++ b/debian/systemd/sshd@.service
@@ -0,0 +1,12 @@
+[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
+RuntimeDirectoryPreserve=yes
+RuntimeDirectoryMode=0755