diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-03 18:15:43 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-03 18:15:43 +0000 |
commit | 051861cbf68e6c6d3e992056f6a921c20546c54e (patch) | |
tree | 7a946b214a2d36d78febcfd8981cc3865fb0347c /shells/scponly/pkg-descr | |
parent | c22b2a61d7eb0fe8997e1c4c1bd2fdf40331ec15 (diff) | |
download | FreeBSD-ports-051861cbf68e6c6d3e992056f6a921c20546c54e.zip FreeBSD-ports-051861cbf68e6c6d3e992056f6a921c20546c54e.tar.gz |
upgrade to 3.4
PR: 46243
Submitted by: maintainer
Diffstat (limited to 'shells/scponly/pkg-descr')
-rw-r--r-- | shells/scponly/pkg-descr | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/shells/scponly/pkg-descr b/shells/scponly/pkg-descr index 7eee800..34bff16 100644 --- a/shells/scponly/pkg-descr +++ b/shells/scponly/pkg-descr @@ -1,13 +1,13 @@ -[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. +[Excerpted 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 +privileges. Functionally, it is best described as a wrapper to the +tried-and-true ssh suite. 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. +-c.) The only commands allowed are "scp", "sftp-server" and "ls". Arguments +to these commands are passed along unmolested. WWW: http://www.sublimation.org/scponly/ |