summaryrefslogtreecommitdiff
path: root/shells/scponly/DESCR
diff options
context:
space:
mode:
authorsnj <snj>2005-01-28 02:27:29 +0000
committersnj <snj>2005-01-28 02:27:29 +0000
commitca6fc1c75312de69f2c170f410c9019373a2ea63 (patch)
treea087d5cc7095ba9bf2bf7f0cdb0362b6bf331db8 /shells/scponly/DESCR
parentced6df95dec6fcc33ae707b70610408807abe8f5 (diff)
downloadpkgsrc-ca6fc1c75312de69f2c170f410c9019373a2ea63.tar.gz
Initial import of scponly-4.0, a tiny shell that only permits scp and sftp.
Diffstat (limited to 'shells/scponly/DESCR')
-rw-r--r--shells/scponly/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/shells/scponly/DESCR b/shells/scponly/DESCR
new file mode 100644
index 00000000000..a682179a52d
--- /dev/null
+++ b/shells/scponly/DESCR
@@ -0,0 +1,6 @@
+scponly is an alternative shell for system administrators who would like to
+allow remote users to both read and write local files without providing any
+remote execution privileges.
+
+The only commands allowed are "scp" (for ssh1), "sftp-server" (for ssh2") and
+"ls". Arguments to these commands are passed along unmolested.