Пакет scponly: Информация

    Исходный пакет: scponly
    Версия: 4.8-alt2.qa1
    Собран:  18 апреля 2013 г. 19:12
    Сообщить об ошибке в пакете
    Домашняя страница: http://sublimation.org/scponly

    Лицензия: GPL
    О пакете: Limited shell for secure file transfers
    Описание: 
    "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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    scponly (x86_64, i586)
    scponly-debuginfo (x86_64, i586)

    Сопровождающий: Ilya Mashkin

    Список участников:
    Dmitry V. Levin
    Ilya Mashkin
    Ilya Evseev

    Последнее изменение


    17 апреля 2013 г. Dmitry V. Levin 4.8-alt2.qa1
    - NMU: rebuilt for debuginfo.
    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)
    5 февраля 2008 г. Ilya Evseev 4.8-alt1
    - Updated to new version 4.8, fixes CVE-2007-6415 problem
    - Change source URL to SourceForge