Package scponly: Information
Source package: scponly
Version: 4.8-alt2.qa1
Build time: Apr 18, 2013, 07:12 PM
Category: Networking/Remote access
Report package bugHome page: http://sublimation.org/scponly
License: GPL
Summary: Limited shell for secure file transfers
Description:
"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. Some features are: - compatibility with sftp, WinSCP 2.0/3.0, gftp, rsync, Unison, Subversion. - chroot: scponly can chroot to the user's home directory (or any other directory the user has permissions for), disallowing access to the rest of the filesystem. - logging: scponly logs time, client IP address, username, and the actual request to syslog.
Maintainer: Ilya Mashkin
Last changed
April 17, 2013 Dmitry V. Levin 4.8-alt2.qa1
- NMU: rebuilt for debuginfo.
July 19, 2009 Ilya Mashkin 4.8-alt2
- fix build with gcc - Add patch to prevent restriction bypass using OpenSSH's scp options -F and -o (CVE-2007-6415)
Feb. 5, 2008 Ilya Evseev 4.8-alt1
- Updated to new version 4.8, fixes CVE-2007-6415 problem - Change source URL to SourceForge