diff options
author | snj <snj> | 2005-01-28 02:27:29 +0000 |
---|---|---|
committer | snj <snj> | 2005-01-28 02:27:29 +0000 |
commit | ca6fc1c75312de69f2c170f410c9019373a2ea63 (patch) | |
tree | a087d5cc7095ba9bf2bf7f0cdb0362b6bf331db8 /shells/scponly/DESCR | |
parent | ced6df95dec6fcc33ae707b70610408807abe8f5 (diff) | |
download | pkgsrc-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/DESCR | 6 |
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. |