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

    Исходный пакет: dropbear
    Версия: 0.50-alt3
    Собран:  11 декабря 2008 г. 14:36
    Категория: Система/Серверы
    Сообщить об ошибке в пакете
    Домашняя страница: http://matt.ucc.asn.au/dropbear/dropbear.html

    Лицензия: MIT-style
    О пакете: Embedded SSH server
    Описание: 
    Attention! This package _not_ support pam and /etc/shadow, and created _only_
    for embedded systems.  On not-embedded systems you _must_ use openssh for
    security reasons.

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

    Сопровождающий: Denis Smirnov

    Список участников:
    Denis Smirnov

    Права:
    @qa_p5

      1. zlib-devel

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


    11 декабря 2008 г. Denis Smirnov 0.50-alt3
    - Add conflicts dropbear-scp -> openssh
    1 декабря 2008 г. Denis Smirnov 0.50-alt2
    - cleanup spec
    15 августа 2007 г. Denis Smirnov 0.50-alt1
    - Add DROPBEAR_PASSWORD environment variable to specify a dbclient password
    - Use /dev/urandom by default, since that's what everyone does anyway
    - Correct vfork() use for uClinux in scp (thanks to Alex Landau)
    - Exit with an exit code of 1 if dropbear can't bind to any ports (thanks to
      Nicolai Ehemann)
    - Improve network performance and add a -W <receive_window> argument for
      adjusting the tradeoff between network performance and memory consumption.
    - Fix a problem where reply packets could be sent during key exchange, in
      violation of the SSH spec. This could manifest itself with connections being
      terminated after 8 hours with new TCP-forward connections being established.
    - Add -K <keepalive_time> argument, ensuring that data is transmitted over the
      connection at least every N seconds.
    - dropbearkey will no longer generate DSS keys of sizes other than 1024 bits,
      as required by the DSS specification. (Other sizes are still accepted for use
      to provide backwards compatibility).