On Tue, Aug 19, 2008 at 07:02:45PM -0700, Ric Aleshire wrote: > [kodiak - 101]: hg path default > ssh://onhg at onnv.sfbay.sun.com//export/onnv-gate > [kodiak - 102]: pwd > /builds/rica/nv > [kodiak - 103]: hg list > Password: > Password:
This is asking for the password of the account you're logging into. You'd see the prompt Enter passphrase for key '.../.ssh/id_dsa': if it were trying to use your public key. As best I can tell from the logs, your key just isn't in onhg's authorized_keys file. > debug1: Next authentication method: publickey > debug1: Trying public key: /home/rica/.ssh/id_dsa > debug3: send_pubkey_test > debug2: we sent a publickey packet, wait for reply At this point, it should say "Server accepts key", give a fingerprint, and keep on going successfully, rather than > debug1: Authentications that can continue: > gssapi-keyex,gssapi-with-mic,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 > debug2: input_userauth_info_req > debug2: input_userauth_info_req: num_prompts 1 > Password: prompting for a password. At this point, the gks are going to have to chime in to verify that your key is in place. Danek