1.9.1 scp problem

Denys Vlasenko vda.linux at googlemail.com
Fri Feb 15 08:36:57 UTC 2008


On Thursday 14 February 2008 15:29, Marc Leeman wrote:
> There seems to be a small problem introduced with 1.9.1: trying to scp
> out a file to another machine with 1.9.1 fails:
> 
> # scp server.port mleeman at 10.0.0.6:
> 
> Host '10.0.0.6' is not in the trusted hosts file.
> (fingerprint md5 18:c9:58:ab:3b:77:79:7e:30:70:76:4f:b8:41:12:a3)
> Do you want to continue connecting? (y/n) y
>    <hang indefinately>
> 
> When replacing the 1.9.1 with 1.9.0; this is no longer the case. Can
> anybody reproduce this?

I assume you mean:
'with "cp" on local machine being a "cp" from bbox 1.9.1'

Tried with current svn, doesn't happen.

can you do "strace -f -o logfile scp server.port mleeman at 10.0.0.6"
and send the log (bzip2 if it's big)?

The result of "strace -f -o log scp TODO 127.0.0.1:/tmp"
on my machine is attached.

As far as I see, it does not even use any bbox apps, scp
execs ssh, not cp or something else...
--
vda
-------------- next part --------------
A non-text attachment was scrubbed...
Name: log.bz2
Type: application/x-bzip2
Size: 5880 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/busybox/attachments/20080215/3bc3d56d/attachment-0002.bin 


More information about the busybox mailing list