From dd9e9c7392f4740eee5b4dcd81a0a34ab917a788 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Tue, 29 May 2018 22:46:13 -0700 Subject: [PATCH] Updated sshd_config (markdown) --- sshd_config.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/sshd_config.md b/sshd_config.md index 7dd6597..9c8a2c7 100644 --- a/sshd_config.md +++ b/sshd_config.md @@ -20,8 +20,6 @@ ______ #### ChrootDirectory Support added in v7.7.0.0 -This is implemented in Posix compat library, so do not expect it to work in a command shell. - To setup a sftp-only chroot server, set ForceCommand to `internal-sftp`. You may also set up scp with chroot, by implementing a custom shell that would only allow scp. ______