summaryrefslogtreecommitdiffstats
path: root/network/mysecureshell
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 03:00:29 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-14 03:00:29 -0400
commitcc5d95e5381d0b24d0a9d3b1b436a09a6accd664 (patch)
tree3e51348bcb50a5612d68447656590c375e4d99d9 /network/mysecureshell
parent3dee6e5c0a86cfc62607da44de48b43339ed08cf (diff)
downloadslackbuilds-cc5d95e5381d0b24d0a9d3b1b436a09a6accd664.tar.gz
slackbuilds-cc5d95e5381d0b24d0a9d3b1b436a09a6accd664.tar.xz
network/mysecureshell: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/mysecureshell')
-rw-r--r--network/mysecureshell/README9
1 files changed, 4 insertions, 5 deletions
diff --git a/network/mysecureshell/README b/network/mysecureshell/README
index 43e5369b35..4c0ccbda7b 100644
--- a/network/mysecureshell/README
+++ b/network/mysecureshell/README
@@ -1,9 +1,9 @@
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.
+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:
@@ -11,4 +11,3 @@ 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)
-