ssh verbose interpretatioin
Hi,
We are trying to configure using public key authentication to connect a Solaris 10 SSH client to a Windows SSH server but not successful. It keeps going to password authentication. Below is the output of the command run in Solaris 10:
<Solaris ssh># ssh -v -v -v <user name>@<server name>
:
debug3: sign_and_send_pubkey
debug1: read PEM private key done: type DSA
debug1: Authentications that can continue: publickey,password
debug2: we did not send a packet, disable method
debug3: authmethod_lookup password
debug3: remaining preferred: ,password
debug3: authmethod_is_enabled password
debug1: Next authentication method: password
<user name>