View Single Post
Old 12-08-2006, 06:37 AM   #10
Sergeij2000
Junior Member
Sergeij2000 began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Nov 2006
Location: Berlin, Germany
Device: iLiad, Treo T650
Quote:
Originally Posted by narve
that is the problem -- it doesn't seem to work. Dropbear is probably a very simple ssh-implemeentation.

I tried to install wu-ftpd. The installation seems to work, but now I have to understand the totally incomprehensible config files to allow anonymous access as root...
I found a 'hack' to enable scp on a Fritz!Box (which is using dropbear as well) in a German news group:

Quote:
To use scp with dropbear (copy files using WinSCP) an extension to debug.cfg is necessary:

cp /etc/profile /var/tmp
echo "export PATH=$PATH:/var/tmp/bin" >> /var/tmp/profile
mount -o bind /var/tmp/profile /etc/profile
mkdir /var/tmp/bin
ln -s /var/tmp/dropbear /var/tmp/bin/scp

dropbear must exist in /var/tmp
Of course this is an example for another device, but it shows a way to convince dropbear into acting as a scp substitute.

cu/

Sergeij
Sergeij2000 is offline   Reply With Quote