2003-01-03 19:15:43 +01:00
|
|
|
[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.
|
2002-09-11 00:18:46 +02:00
|
|
|
|
|
|
|
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
|
2003-01-03 19:15:43 +01:00
|
|
|
-c.) The only commands allowed are "scp", "sftp-server" and "ls". Arguments
|
|
|
|
to these commands are passed along unmolested.
|
2002-09-11 00:18:46 +02:00
|
|
|
|
2011-12-25 08:21:39 +01:00
|
|
|
WWW: https://github.com/scponly/scponly/wiki
|