diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-11 21:36:45 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-02-11 21:36:45 +0000 |
commit | a92ab9ee301bc9196bb20f4923886f021f070521 (patch) | |
tree | d4a161f26cc4ed38ce192c1be883bba46b4f6ef8 | |
parent | 397e41c686f5f5452a07708661c62f8412e8590c (diff) |
Clarify socket activation mode in README.Debian, as suggested by Uoti Urpala.
-rw-r--r-- | debian/README.Debian | 5 | ||||
-rw-r--r-- | debian/changelog | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index b9efeb9f5..ea634fba3 100644 --- a/debian/README.Debian +++ b/debian/README.Debian | |||
@@ -204,8 +204,9 @@ restart this sshd manually on upgrades. | |||
204 | systemd socket activation | 204 | systemd socket activation |
205 | ------------------------- | 205 | ------------------------- |
206 | 206 | ||
207 | If you want to reconfigure systemd to launch sshd using socket activation, | 207 | If you want to reconfigure systemd to listen on port 22 itself and launch an |
208 | then you can run: | 208 | instance of sshd for each connection (inetd-style socket activation), then |
209 | you can run: | ||
209 | 210 | ||
210 | systemctl stop ssh.service | 211 | systemctl stop ssh.service |
211 | systemctl start ssh.socket | 212 | systemctl start ssh.socket |
diff --git a/debian/changelog b/debian/changelog index 3f59cb6f8..a58eb9ff3 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,10 @@ | |||
1 | openssh (1:6.5p1-3) UNRELEASED; urgency=medium | ||
2 | |||
3 | * Clarify socket activation mode in README.Debian, as suggested by Uoti | ||
4 | Urpala. | ||
5 | |||
6 | -- Colin Watson <cjwatson@debian.org> Tue, 11 Feb 2014 21:36:14 +0000 | ||
7 | |||
1 | openssh (1:6.5p1-2) unstable; urgency=medium | 8 | openssh (1:6.5p1-2) unstable; urgency=medium |
2 | 9 | ||
3 | * Only enable ssh.service for systemd, not both ssh.service and | 10 | * Only enable ssh.service for systemd, not both ssh.service and |