From 6ce2f8e3389f03ef57e48237510accb55a2a600c Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 1 Aug 2019 23:54:53 +0700 Subject: system/rush: Added (Restricted User Shell). Signed-off-by: Willy Sudiarto Raharjo --- system/rush/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 system/rush/README (limited to 'system/rush/README') 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. -- cgit v1.2.3