Package scponly: Information

    Source package: scponly
    Version: 4.8-alt2.qa1
    Build time:  May 15, 2019, 02:32 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, ppc64le, i586, armh, aarch64)
    scponly-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    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