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