diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:47:13 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:11 -0400 |
commit | 4fcfdbf911fa11cbd985c07f2fb7e75b4f647a4c (patch) | |
tree | 7ff250128bfadc89e34a3f76986a6844353d6036 /system/rush/README | |
parent | 3b2af28f080e03ac5394b70bdf06220f6fb1bf12 (diff) |
system/rush: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/rush/README')
-rw-r--r-- | system/rush/README | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/system/rush/README b/system/rush/README index 33e117d04c05..7a9e39d44c0f 100644 --- a/system/rush/README +++ b/system/rush/README @@ -1,11 +1,11 @@ -GNU rush is a Restricted User Shell, designed for sites providing limited -remote access to their resources, e.g. scp, sftp, or access to VCS -repositories over ssh. Accounts of the users that are allowed remote -access to the machine are configured to use /sbin/rush as the login -shell. +GNU rush is a Restricted User Shell, designed for sites providing +limited remote access to their resources, e.g. scp, sftp, or access +to VCS repositories over ssh. Accounts of the users that are allowed +remote access to the machine are configured to use /sbin/rush as the +login shell. Using a flexible configuration file, GNU rush gives administrators -complete control over the commands that users are allowed to run and their -possible arguments. It also makes it possible to run commands in chrooted -environments, limit usage of system resources, and do various other -administrative tasks. +complete control over the commands that users are allowed to run and +their possible arguments. It also makes it possible to run commands +in chrooted environments, limit usage of system resources, and do +various other administrative tasks. |