Package: dropbear
Version: 0.50-3
Severity: normal

TEST SETUP:

1) run dropbear from xinetd at host A: /etc/xinetd.d/dropbear

service dropbear
{
        disable                 = no
        type                    = UNLISTED
        port                    = 2222
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = root
        server                  = /usr/sbin/dropbear
        server_args             = -i -d /etc/dropbear/dropbear_dss_host_key -r 
/etc/dropbear/dropbear_rsa_host_key
}

2) try to upload anything from host B to host A (above), using openssh scp:

   scp -p -P 2222 ~/.bashrc [EMAIL PROTECTED]:/tmp
   echo $?
   1

NOTES

If the xinited.d is replaced with standard openssh server, the status
code is ok:

   scp -p ~/.bashrc [EMAIL PROTECTED]:/tmp
   echo $?
   0

Please investigate which causes dropbear to return incorrect response
to scp.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=ISO-8859-1) (ignored: 
LC_ALL set to en_US)
Shell: /bin/sh linked to /bin/dash

Versions of packages dropbear depends on:
ii  libc6                  2.7-9             GNU C Library: Shared libraries
ii  zlib1g                 1:1.2.3.3.dfsg-11 compression library - runtime

dropbear recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to