aboutsummaryrefslogtreecommitdiffstats
path: root/shells/scponly/pkg-descr
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2002-09-11 06:18:46 +0800
committerobraun <obraun@FreeBSD.org>2002-09-11 06:18:46 +0800
commitbbf17f050388f812d3372c5da599de8736717cad (patch)
tree65bd77dae83493f48c2077fdd9d039becf7126de /shells/scponly/pkg-descr
parent7d36ee569f37a98227c14242374029bae59c93d4 (diff)
downloadfreebsd-ports-graphics-bbf17f050388f812d3372c5da599de8736717cad.tar.gz
freebsd-ports-graphics-bbf17f050388f812d3372c5da599de8736717cad.tar.zst
freebsd-ports-graphics-bbf17f050388f812d3372c5da599de8736717cad.zip
Add scponly 2.4, a tiny shell which only permits scp and sftp.
PR: ports/40935 Submitted by: Ken McGlothlen <mcglk@artlogix.com>
Diffstat (limited to 'shells/scponly/pkg-descr')
-rw-r--r--shells/scponly/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/shells/scponly/pkg-descr b/shells/scponly/pkg-descr
new file mode 100644
index 00000000000..7eee800677b
--- /dev/null
+++ b/shells/scponly/pkg-descr
@@ -0,0 +1,14 @@
+[From the README:] "scponly" is an alternative 'shell' (of sorts) for system
+administrators who would like to provide access to remote users to both read
+and write local files without providing any remote execution priviledges.
+Functionally, it is best described as a wrapper to the "tried and true" ssh
+suite of applications.
+
+scponly validates remote requests by examining the third argument passed to the
+shell upon login. (The first argument is the shell itself, and the second is
+-c.) The only commands allowed are "scp" (for ssh1), "sftp-server" (for ssh2")
+and "ls". Arguments to these commands are passed along unmolested.
+
+WWW: http://www.sublimation.org/scponly/
+
+---Ken McGlothlen (mcglk@artlogix.com)