slackbuilds/network/mysecureshell
B. Watson cc5d95e538 network/mysecureshell: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-14 03:00:29 -04:00
..
README network/mysecureshell: Wrap README at 72 columns. 2022-03-14 03:00:29 -04:00
mysecureshell.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
mysecureshell.info
slack-desc

README

MySecureShell (sftp server based on OpenSSH's internal sftp-server)

MySecureShell is a replacement for the OpenSSH sftp-server subsystem
that offers advanced features such as jailing, group-based access
controls, and up/download limits. The configuration file is easy to
read and resembles apache/ProFTPd.

After installing the package, add the following to your sshd_config,
commenting out the previous sftp entry if there was one:

Subsystem sftp /bin/MySecureShell -c sftp-server

and restart sshd (/etc/rc.d/rc.sshd restart)