[PLUG] ssh pass phrase authorization

Rich Shepard rshepard at appl-ecosys.com
Thu Feb 17 21:03:37 UTC 2005


On Thu, 17 Feb 2005, Don Buchholz wrote:

> Does "ssh -v" give an clues?  Are the file permissions on the 
> .ssh/authorized_keys
> file and all directories in it's path correct?

   Thanks, Don. I keep forgetting about the verbose debug switch. Here's some
output:

debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /home/rshepard/.ssh/id_rsa ((nil))
debug2: key: /home/rshepard/.ssh/id_dsa (0x808b6d0)
debug1: Authentications that can continue:
publickey,password,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Trying private key: /home/rshepard/.ssh/id_rsa
debug1: Offering public key: /home/rshepard/.ssh/id_dsa
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue:
publickey,password,keyboard-interactive
debug2: we did not send a packet, disable method
debug1: Next authentication method: keyboard-interactive
debug2: userauth_kbdint
debug2: we sent a keyboard-interactive packet, wait for reply
debug1: Authentications that can continue:
publickey,password,keyboard-interactive
debug2: we did not send a packet, disable method
debug1: Next authentication method: password

   Looking at this, it seems that the originating host sent a public key, but
the attempt failed to be completed. Is this correct?

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
<http://www.appl-ecosys.com>   Voice: 503-667-4517   Fax: 503-667-8863



More information about the PLUG mailing list