Git in PLD - basic HOWTO (ssh keys manipulation)

Adam Golebiowski adamg at pld-linux.org
Wed Jul 11 10:11:17 CEST 2012


On Wed, Jul 11, 2012 at 10:03:36AM +0200, Mateusz Korniak wrote:
> > http://sitaramc.github.com/gitolite/sskm.html
> 
> OK. I am for sure pretty far too stupid to do it :(.
> I am trying to add my key, but even listing my keys requires password:
> 
> 
> $ ssh git at git.pld-linux.org sskm list
> Password:
> 
> 
> Any hints ? TIA
> 
> I wish to use my existing pld key:
> 
> [matkor at laptop-hp ~/.ssh]$ ssh-keygen -l -f id_rsa_pld_linux.pub
> 2048 3e:7d:dc:1b:91:eb:14:9f:c4:95:6c:4b:6d:dd:03:c1  matkor at laptop-hp (RSA)

if this key is different than id_rsa.pub, try:

	$ ssh -i ~/.id_rsa_pld_linux.pub git at git.pld-linux.org sskm list

hope this helps

-- 
adamg


More information about the pld-devel-en mailing list