Skip to content.
The Debian System -- Concepts and Techniques The Debian System -- Concepts and Techniques
Martin F. Krafft Open Source Press / No Starch Press ISBN 3-937514-07-4 / 1-593270-69-0
Sections
Personal tools

Faulty way of spawning sshd in single-user mode (page 299)

Document Actions
More...

Reported on: 2006-10-22

In chapter 6. Debian system administration on page 299:

In chapter 6.3.1, I suggest to add sshd to the /etc/inittab file to be able to login to a remote system even in single-user mode:

# sed -i -e "/^~~/ish:S:respawn:sshd -Do 'AllowUsers=root'" /etc/inittab

Unfortunately, there are two errors with this: first, sshd must be called with the complete path (to guard against trojans), and init must be told to reload the configuration file after the change.

The following corrects both problems:

# sed -i -e "/^~~/ish:S:respawn:/usr/sbin/sshd -Do 'AllowUsers=root'" /etc/inittab
# telinit q
Feedback

Hans Gustav Feller: Wow! I was not going to buy this book. Really not. And then an hour later I was still standing in the store, still holding it in my hands, and still reading. [The author] has put together the most complete and definitive collection of advanced Debian knowledge I've seen, it is an outstanding book.

 
 

Powered by Plone

This site conforms to the following standards: