summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/systemd/ssh@.service2
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e02245e38..73bd0eaf2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
1openssh (1:7.5p1-7) UNRELEASED; urgency=medium 1openssh (1:7.5p1-7) UNRELEASED; urgency=medium
2 2
3 * Fix spelling of RuntimeDirectoryMode (closes: #872976). 3 * Fix spelling of RuntimeDirectoryMode (closes: #872976).
4 * Add RuntimeDirectory and RuntimeDirectoryMode to ssh@.service as well as
5 ssh.service (closes: #872978).
4 6
5 -- Colin Watson <cjwatson@debian.org> Wed, 23 Aug 2017 12:09:34 +0100 7 -- Colin Watson <cjwatson@debian.org> Wed, 23 Aug 2017 12:09:34 +0100
6 8
diff --git a/debian/systemd/ssh@.service b/debian/systemd/ssh@.service
index 4b0801dbc..65fddf2a5 100644
--- a/debian/systemd/ssh@.service
+++ b/debian/systemd/ssh@.service
@@ -6,3 +6,5 @@ After=auditd.service
6EnvironmentFile=-/etc/default/ssh 6EnvironmentFile=-/etc/default/ssh
7ExecStart=-/usr/sbin/sshd -i $SSHD_OPTS 7ExecStart=-/usr/sbin/sshd -i $SSHD_OPTS
8StandardInput=socket 8StandardInput=socket
9RuntimeDirectory=sshd
10RuntimeDirectoryMode=0755