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