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

    Исходный пакет: scponly
    Версия: 4.8-alt1
    Собран:  5 февраля 2008 г. 11:37
    Сообщить об ошибке в пакете
    Домашняя страница: 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)

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

    Список участников:
    Ilya Evseev

    Права:
    @nobody

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


    5 февраля 2008 г. Ilya Evseev 4.8-alt1
    - Updated to new version 4.8, fixes CVE-2007-6415 problem
    - Change source URL to SourceForge
    1 февраля 2006 г. Ilya Evseev 4.6-alt1
    - Updated to new version 4.6, containing all previous patches
    9 января 2006 г. Ilya Evseev 4.3-alt2
    - Added patch for working Unison in chrooted environment:
      https://lists.ccs.neu.edu/pipermail/scponly/2006-January/001071.html
    - Added (but not applied) obsoleted patch for working WinSCP in SCP mode:
      https://lists.ccs.neu.edu/pipermail/scponly/2005-December/001029.html