mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
1c286a97e0
PR: ports/121651 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Approved by: maintainer timeout (rushani; 3 weeks)
15 lines
706 B
Plaintext
15 lines
706 B
Plaintext
[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", "sftp-server" and "ls". Arguments
|
|
to these commands are passed along unmolested.
|
|
|
|
WWW: http://sublimation.org/scponly/wiki/index.php/Main_Page
|
|
|
|
---Ken McGlothlen (mcglk@artlogix.com)
|