From ea59aff7f0b8c0f70536bda7a1f6c75bac77b2b9 Mon Sep 17 00:00:00 2001 From: pius Date: Tue, 7 Oct 2003 19:20:01 +0000 Subject: [PATCH] - added UseChroot option Changed files: opensshd.conf -> 1.14 --- opensshd.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/opensshd.conf b/opensshd.conf index 9a60fd1..44050f9 100644 --- a/opensshd.conf +++ b/opensshd.conf @@ -68,6 +68,10 @@ PermitEmptyPasswords no # bypass the setting of 'PasswordAuthentication' UsePAM yes +# Set this to 'yes' to enable support for chrooted user environment. +# You must create such environment before you can use this feature. +#UseChroot yes + X11Forwarding no X11DisplayOffset 10 X11UseLocalhost yes -- 2.44.0