Re: SSH key problem
From: E-Star (unix_core_at_linuxmail.org)
Date: 05/20/04
- Previous message: Bryce Goodwin: "starting ssh from inetd"
- In reply to: E-Star: "Re: SSH key problem"
- Next in thread: Darren Tucker: "Re: SSH key problem"
- Reply: Darren Tucker: "Re: SSH key problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 20 May 2004 21:52:23 GMT
Well, the permissions look ok. To be sure while testing I set
everything from $HOME to authorized_keys full permissions.
Here's the debug msgs.
It looks like its enabled. I think it's failing on the
sign_and_send_pubkey. Anyone have any ideas why?
Thanks
ps. I was trying to connect with the following command on the same
computer.
ssh -v -v -v -l <username> -i pri.ppk localhost
where pri.ppk is where I saved my private key created by OpenSSH (rsa
version 2)
======================
debug1: Authentications that can continue:
gssapi,publickey,password,keyboard-interactive
debug3: start over, passed a different list
gssapi,publickey,password,keyboard-interactive
debug3: preferred
external-keyx,gssapi,publickey,keyboard-interactive,password
debug3: authmethod_lookup gssapi
debug3: remaining preferred: publickey,keyboard-interactive,password
debug3: authmethod_is_enabled gssapi
debug1: Next authentication method: gssapi
debug1: An invalid name was supplied
Configuration file does not specify default realm
debug1: An invalid name was supplied
Configuration file does not specify default realm
debug2: we did not send a packet, disable method
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Trying private key: pri.ppk
debug1: read PEM private key done: type RSA
debug3: sign_and_send_pubkey
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue:
gssapi,publickey,password,keyboard-interactive
debug2: we did not send a packet, disable method
debug3: authmethod_lookup keyboard-interactive
debug3: remaining preferred: password
debug3: authmethod_is_enabled keyboard-interactive
debug1: Next authentication method: keyboard-interactive
debug2: userauth_kbdint
debug2: we sent a keyboard-interactive packet, wait for reply
debug1: Authentications that can continue:
gssapi,publickey,password,keyboard-interactive
debug3: userauth_kbdint: disable: no info_req_seen
debug2: we did not send a packet, disable method
debug3: authmethod_lookup password
debug3: remaining preferred:
debug3: authmethod_is_enabled password
debug1: Next authentication method: password
- Previous message: Bryce Goodwin: "starting ssh from inetd"
- In reply to: E-Star: "Re: SSH key problem"
- Next in thread: Darren Tucker: "Re: SSH key problem"
- Reply: Darren Tucker: "Re: SSH key problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|