summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/README.Debian4
-rw-r--r--debian/changelog2
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index b8ae5d37b..f17ccb187 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -172,8 +172,8 @@ Running sshd from inittab
172------------------------- 172-------------------------
173 173
174Some people find it useful to run the sshd server from inittab, to make sure 174Some people find it useful to run the sshd server from inittab, to make sure
175that it always stays running. To do this, stop sshd ('/etc/init.d/ssh 175that it always stays running. To do this, stop sshd ('service ssh stop'),
176stop'), add the following line to /etc/inittab, and run 'telinit q': 176add the following line to /etc/inittab, and run 'telinit q':
177 177
178 ss:2345:respawn:/usr/sbin/sshd -D 178 ss:2345:respawn:/usr/sbin/sshd -D
179 179
diff --git a/debian/changelog b/debian/changelog
index ee62136f3..3fca6bf0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -102,6 +102,8 @@ openssh (1:7.6p1-1) UNRELEASED; urgency=medium
102 * Change priorities of ssh and ssh-krb5 binary packages to optional, since 102 * Change priorities of ssh and ssh-krb5 binary packages to optional, since
103 "Priority: extra" is now deprecated. 103 "Priority: extra" is now deprecated.
104 * Use HTTPS form of copyright-format URL. 104 * Use HTTPS form of copyright-format URL.
105 * Adjust "Running sshd from inittab" instructions in README.Debian to
106 recommend using service(8) rather than calling the init script directly.
105 107
106 -- Colin Watson <cjwatson@debian.org> Wed, 04 Oct 2017 12:34:34 +0100 108 -- Colin Watson <cjwatson@debian.org> Wed, 04 Oct 2017 12:34:34 +0100
107 109