summaryrefslogtreecommitdiffstats
path: root/network/mysecureshell/README
diff options
context:
space:
mode:
author adaptr2010-10-25 04:17:28 +0200
committer Erik Hanson2010-10-25 14:55:11 +0200
commit4c17ee3699e233b1f739919fe882d73e463874d9 (patch)
tree5cc161b26646bf5a6b3950949079fc04ce5763c2 /network/mysecureshell/README
parent61075243c891dd613ba63c63ad2a125afde30512 (diff)
downloadslackbuilds-4c17ee3699e233b1f739919fe882d73e463874d9.tar.gz
network/mysecureshell: Added (sftp server based on OpenSSH)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/mysecureshell/README')
-rw-r--r--network/mysecureshell/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/network/mysecureshell/README b/network/mysecureshell/README
new file mode 100644
index 0000000000..43e5369b35
--- /dev/null
+++ b/network/mysecureshell/README
@@ -0,0 +1,14 @@
+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)
+