diff options
author | Sergey Poznyakoff <gray@gnu.org> | 2019-08-01 23:54:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-01 23:54:53 +0700 |
commit | 6ce2f8e3389f03ef57e48237510accb55a2a600c (patch) | |
tree | 6fb5dd51e139a9defd3062b68377b4cf8babdcf2 /system/rush/README | |
parent | a6e83199ff0d0b83a61de0c993ac700cf5ada96d (diff) | |
download | slackbuilds-6ce2f8e3389f03ef57e48237510accb55a2a600c.tar.gz slackbuilds-6ce2f8e3389f03ef57e48237510accb55a2a600c.tar.xz |
system/rush: Added (Restricted User Shell).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/rush/README')
-rw-r--r-- | system/rush/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/rush/README b/system/rush/README new file mode 100644 index 0000000000..33e117d04c --- /dev/null +++ b/system/rush/README @@ -0,0 +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. + +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. |