diff options
author | MichaelBanck <MichaelBanck@web> | 2008-09-24 09:23:25 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-09-24 09:23:25 +0000 |
commit | b2df9f0731547ee40df58df182d098b91560b27e (patch) | |
tree | 482d654d6d41d77d6116e40610c2d399f7febe71 | |
parent | 8bd1c783800d72b13d8b874acf1e8ea3d401fe34 (diff) |
make it clearer that it has to be explicitely off
-rw-r--r-- | hurd/running/debian/faq/sshd.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hurd/running/debian/faq/sshd.mdwn b/hurd/running/debian/faq/sshd.mdwn index 4ae689bf..e98b5e03 100644 --- a/hurd/running/debian/faq/sshd.mdwn +++ b/hurd/running/debian/faq/sshd.mdwn @@ -8,5 +8,7 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU_Free_Documentation_License|/fdl]]."]]"""]] -You need to disable `PrivilegeSeparation` in `/etc/ssh/sshd_options`. Also -make sure you have `/dev/random`, see below. +Privilege seperation does not work with Hurd currently. You need to explicitely +set `PrivilegeSeparation` to `no` in `/etc/ssh/sshd_options`, just commenting out +the entry will not work as it is on by default. Also make sure you have +`/dev/random`, see below. |