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

http://www.webdevtips.com/webdevtips/store/product.php?asin=1593270690: This is probably the best book about Debian ever written, but it has a specific target audience: those who are already familiar with GNU/Linux, or at least other unices. [...] Martin F. Krafft explains [Debian GNU/Linux] with clarity in a thorough and very well written book. [...] For those with already a basic understanding of GNU/Linux and interested in debian Kraffts book will be THE indispensable companion. [...] This is definitely the best written and most intelligent IT book I have ever read.

 
 

Powered by Plone

This site conforms to the following standards: