2010-10-25 10:17:28 +08:00
|
|
|
MySecureShell (sftp server based on OpenSSH's internal sftp-server)
|
|
|
|
|
2022-03-14 15:00:29 +08:00
|
|
|
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.
|
2010-10-25 10:17:28 +08:00
|
|
|
|
|
|
|
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)
|