Updated sshd_config (markdown)

Manoj Ampalam 2018-05-29 22:46:13 -07:00
parent bfd306c2cd
commit dd9e9c7392

@ -20,8 +20,6 @@ ______
#### ChrootDirectory #### ChrootDirectory
Support added in v7.7.0.0 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. 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.
______ ______