Hi there,
I'm trying to set this up for the first time and have a feeling I'm missing something incredibly basic, but after several hours, lots of Googling, and trying this on two PCs, maybe someone out there has a suggestion.
What's happening is that whenever I try to connect to the git@git.phonegap.com it asks for a password. Here's the relevant debug output:
debug3: preferred publickey,keyboard-interactive,password
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Trying private key: /c/Users/haighb/.ssh/identity
debug3: no such identity: /c/Users/haighb/.ssh/identity
debug1: Offering public key: /c/Users/haighb/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,password
debug1: Offering public key: /c/Users/haighb/.ssh/id_dsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
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
git@git.phonegap.com's password:
I've tried regenerating keys several times. I'm on Windows 7 using the latest build of msysgit. I get the same error on the other computer when I try to set it up as well (same OS).
Any thoughts? Thanks in advance,
Brian
I'm trying to set this up for the first time and have a feeling I'm missing something incredibly basic, but after several hours, lots of Googling, and trying this on two PCs, maybe someone out there has a suggestion.
What's happening is that whenever I try to connect to the git@git.phonegap.com it asks for a password. Here's the relevant debug output:
debug3: preferred publickey,keyboard-interactive,password
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Trying private key: /c/Users/haighb/.ssh/identity
debug3: no such identity: /c/Users/haighb/.ssh/identity
debug1: Offering public key: /c/Users/haighb/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,password
debug1: Offering public key: /c/Users/haighb/.ssh/id_dsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
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
git@git.phonegap.com's password:
I've tried regenerating keys several times. I'm on Windows 7 using the latest build of msysgit. I get the same error on the other computer when I try to set it up as well (same OS).
Any thoughts? Thanks in advance,
Brian

