dropbear: no auth methods could be used
Matt Johnston
matt at ucc.asn.au
Tue Nov 19 20:56:26 WST 2013
On Mon, Nov 18, 2013 at 03:41:04PM +0000, shm wrote:
> I have created passwordless ssh connection between two nodes of an embedded
> target using dropbear.
> Dropbear is enabled "dropbear -s -g -E"
...
> "192.168.10.5: Connection exited, no auth methods could be used
This means that the server rejected all the authentication
methods the client tried. Since password authentication is
disabled it means that the public key wasn't accepted (for
that user). The error message could be clearer - I'll
improve that.
The rest of the error message is MPI responding to dropbear
failing, I think?
Cheers,
Matt
> A daemon (pid 1214) died unexpectedly with status 1 while attempting
> to launch so we are aborting.
>
> This may be because the daemon was unable to find all the needed
> shared libraries on the remote node. You may set your LD_LIBRARY_PATH
> to have the location of the shared libraries on the remote nodes and
> this will automatically be forwarded to the remote nodes."
>
> I have set LD_LIBRARY_PATH, but still doesn't work.
> The problem occurs when running mpirun.
> passwordless connection using dropbear was succesfull still Why is it showing
> "no auth methods could be used".?
> Could you please help me? Thanks in advance
>
More information about the Dropbear
mailing list