File: control

package info (click to toggle)
rush 1.8%2Bdfsg-1.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 6,024 kB
  • sloc: ansic: 10,627; sh: 8,909; perl: 297; makefile: 192; awk: 37; sed: 24
file content (31 lines) | stat: -rw-r--r-- 1,266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: rush
Section: shells
Priority: extra
Maintainer: Mats Erik Andersson <mats.andersson@gisladisker.se>
Build-Depends: debhelper (>= 9), dh-autoreconf, autopoint,
 dpkg-dev (>= 1.15.7)
Standards-Version: 3.9.8
Homepage: http://puszcza.gnu.org.ua/software/rush/

Package: rush
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: xinetd | inetutils-inetd
Description: restricted user shell
 GNU Rush is a restricted shell designed for sites providing only
 limited access to resources for remote users. The main binary
 executable is configurable as a user login shell, intended for
 users that only are allowed remote login to the system at hand.
 .
 A notification service can be implemented individually for each
 provided client service, using the TCPMUX support found within
 xinetd, or inetutils-inetd.
 .
 The standard use is to create access to a chrooted target directory,
 typically providing arbitrary combinations of scp, sftp, rsync,
 cvs, svn, and git. Each service may be further restricted in its
 capabilities. The administrator configures pattern matching rules
 for manipulating any incoming request.
 .
 The present restricted shell is an alternative to the well known
 "rssh" package, which provides similar capabilities.