Problem with login without password

Matt Johnston matt at ucc.asn.au
Thu Jan 20 01:06:41 WST 2005


On Wed, Jan 19, 2005 at 02:18:00AM +0100, Enrico lupsyn Del Zotto wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> The ssh client works i do this :
> 
> client : dropbearkey -t rsa -f identity
> client : dropbearkey -f identity -y >> identity.pub
> server : cat identity.pub  >>~/.ssh/authorized_keys
> 
> now if i do ssh -i identity user at server
> the client log without pwd in the  server.
> But the scp does't work i do this thing :
> 
> ~ $ scp -i identity file_test user at server:
> scp started... please wait...
> Failed loading keyfile '-l'
> /usr/bin/dbclient: exited: Error resolving: Name or service not known
> lost connection
> ~ $

This looks like something I thought was fixed in 0.44test3
(dbclient couldn't handle arguments like -l without a space
before the username). What version are you using?

Matt


More information about the Dropbear mailing list