Package scponly: Information

    Source package: scponly
    Version: 4.8-alt2
    Build time:  Jul 20, 2009, 10:58 AM
    Report package bug
    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.

    List of rpms provided by this srpm:
    scponly (x86_64, i586)

    Maintainer: Ilya Mashkin

    List of contributors:
    Ilya Mashkin
    Ilya Evseev

    Last changed


    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
    Feb. 1, 2006 Ilya Evseev 4.6-alt1
    - Updated to new version 4.6, containing all previous patches