diff options
Diffstat (limited to 'hurd/running/debian/faq/sshd.mdwn')
-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. |