diff options
author | Colin Watson <cjwatson@debian.org> | 2017-10-06 12:23:34 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2017-10-06 12:23:34 +0100 |
commit | 998aa34beefda794a4a51ad15a1ec988c4a04217 (patch) | |
tree | 228dd8b7c623d2e84de8d0610584835cd07a4351 /debian/README.Debian | |
parent | 39fdf1a27f68fe3cbed942668ddfb64f168945bd (diff) |
Adjust "Running sshd from inittab" instructions in README.Debian to recommend using service(8) rather than calling the init script directly.
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 4 |
1 files changed, 2 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 | ||
174 | Some people find it useful to run the sshd server from inittab, to make sure | 174 | Some people find it useful to run the sshd server from inittab, to make sure |
175 | that it always stays running. To do this, stop sshd ('/etc/init.d/ssh | 175 | that it always stays running. To do this, stop sshd ('service ssh stop'), |
176 | stop'), add the following line to /etc/inittab, and run 'telinit q': | 176 | add 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 | ||