Hi All,
I am having troube to checkin- checkout my code.
On using the following command. It asks me for password. I have set up a public-private key pair. Is this password the key password?. As while setting the SVN account I did not mention about the password.
svn co svn+ssh://pmwx@svn.wikimedia.org/svnroot/mediawiki/trunk/phase3
Appreciate your help.
Thanks --Viral
I assumed you have checked http://www.mediawiki.org/wiki/Subversion#Developer_use first ?
If you have entered a passphrase while generating your SSH key, yes, you need to enter the same passkey.
2008/7/12 Viral Gupta viralgupta0@gmail.com:
Hi All,
I am having troube to checkin- checkout my code.
On using the following command. It asks me for password. I have set up a public-private key pair. Is this password the key password?. As while setting the SVN account I did not mention about the password.
svn co svn+ssh://pmwx@svn.wikimedia.org/svnroot/mediawiki/trunk/phase3
Appreciate your help.
Thanks --Viral _______________________________________________ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
Yes i have checked the link.
whenever i enter the passphrase i get the following message: "Permission denied, please try again."
Thought I remember correctly my passphrase one possibility could be that I am wrong on it.
Can i generate a fresh key and send it to be included ( deleting the old one ).
Thanks --Viral
On Sat, Jul 12, 2008 at 6:30 PM, Nicolas Dumazet nicdumz@gmail.com wrote:
I assumed you have checked http://www.mediawiki.org/wiki/Subversion#Developer_use first ?
If you have entered a passphrase while generating your SSH key, yes, you need to enter the same passkey.
2008/7/12 Viral Gupta viralgupta0@gmail.com:
Hi All,
I am having troube to checkin- checkout my code.
On using the following command. It asks me for password. I have set up a public-private key pair. Is this password the key
password?.
As while setting the SVN account I did not mention about the password.
svn co svn+ssh://pmwx@svn.wikimedia.org/svnroot/mediawiki/trunk/phase3
Appreciate your help.
Thanks --Viral _______________________________________________ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
-- Nicolas Dumazet — NicDumZ [ nIk.d̪ymz ] _______________________________________________ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
Viral Gupta schreef:
Hi All,
I am having troube to checkin- checkout my code.
On using the following command. It asks me for password. I have set up a public-private key pair. Is this password the key password?.
No. Could it be that you haven't used SVN for a while? A few months ago, a bug in Debian OpenSSH was discovered which caused a lot of keys to be compromised. Brion blocked all of them, and sent an e-mail to wikitech-l saying that everyone affected should upgrade their SSH software, generate a new key pair and e-mail him the new public key. Maybe you were one of the blocked people, and never changed keys.
Roan Kattouw (Catrope)
Well thats a possibility.
Brion : Shd i send a new key to be added to pmwx account.
Can you confirm on this.
Thanks --Viral
On Sun, Jul 13, 2008 at 4:01 PM, Roan Kattouw roan.kattouw@home.nl wrote:
Viral Gupta schreef:
Hi All,
I am having troube to checkin- checkout my code.
On using the following command. It asks me for password. I have set up a public-private key pair. Is this password the key
password?.
No. Could it be that you haven't used SVN for a while? A few months ago, a bug in Debian OpenSSH was discovered which caused a lot of keys to be compromised. Brion blocked all of them, and sent an e-mail to wikitech-l saying that everyone affected should upgrade their SSH software, generate a new key pair and e-mail him the new public key. Maybe you were one of the blocked people, and never changed keys.
Roan Kattouw (Catrope)
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
viral gupta wrote:
Well thats a possibility.
Brion : Shd i send a new key to be added to pmwx account.
Can you confirm on this.
No, sounds like you're just not using the right key. Check that it's present in ~/.ssh and check output of ssh -vvv svn.wikimedia.org.
-- brion
wikitech-l@lists.wikimedia.org