Re: dropbear scp server rejecting client with Name or service not known

2012-04-12 Thread Matt Johnston
Hi, It sounds like you have a symlink from /usr/bin/scp to a non-multi dbclient binary, instead of a symlink to the dropbearmulti binary? Cheers, Matt On Mon, Apr 09, 2012 at 11:16:15AM -0400, Ian McDonnell wrote: Matt, Thanks for a quick reply. I have two traces from the client side,

Re: dropbear scp server rejecting client with Name or service not known

2012-04-09 Thread Ian McDonnell
Matt, Thanks for a quick reply. I have two traces from the client side, one talking to my old target running dropbear 0.50 and another trace talking to dropbear 0.55 target. In both cases, the openssh client appears not to be using the 'subsystem' mechanism and is simply directing the

Re: dropbear scp server rejecting client with Name or service not known

2012-04-07 Thread Matt Johnston
Hi, There isn't any scp specific code, so I think something else must be going wrong. Does running ssh tsct hostname work? (scp gets run as a command argument like that). Could it be that 0.55 was compiled against a different libc that has dependencies on libnss* or something? To me it looks as