summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/systemd/ssh.service2
-rw-r--r--debian/systemd/sshd.conf1
3 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d87e26fb6..153a8f7e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ openssh (1:7.5p1-6) UNRELEASED; urgency=medium
2 2
3 * Test configuration before starting or reloading sshd under systemd 3 * Test configuration before starting or reloading sshd under systemd
4 (closes: #865770). 4 (closes: #865770).
5 * Create /run/sshd under systemd using RuntimeDirectory rather than
6 tmpfiles.d (thanks, Dmitry Smirnov; closes: #864190).
5 7
6 -- Colin Watson <cjwatson@debian.org> Mon, 26 Jun 2017 10:09:28 +0100 8 -- Colin Watson <cjwatson@debian.org> Mon, 26 Jun 2017 10:09:28 +0100
7 9
diff --git a/debian/systemd/ssh.service b/debian/systemd/ssh.service
index c75e59057..6e9552948 100644
--- a/debian/systemd/ssh.service
+++ b/debian/systemd/ssh.service
@@ -13,6 +13,8 @@ KillMode=process
13Restart=on-failure 13Restart=on-failure
14RestartPreventExitStatus=255 14RestartPreventExitStatus=255
15Type=notify 15Type=notify
16RuntimeDirectory=sshd
17RuntimeDirectoryModes=0755
16 18
17[Install] 19[Install]
18WantedBy=multi-user.target 20WantedBy=multi-user.target
diff --git a/debian/systemd/sshd.conf b/debian/systemd/sshd.conf
deleted file mode 100644
index 4fbeba1e8..000000000
--- a/debian/systemd/sshd.conf
+++ /dev/null
@@ -1 +0,0 @@
1d /run/sshd 0755 root root