Git in PLD - basic HOWTO (ssh keys manipulation)

Elan Ruusamäe glen at delfi.ee
Wed Jul 11 11:54:45 CEST 2012


On 11.07.2012 12:06, Mateusz Korniak wrote:
> On Wednesday 11 of July 2012, Adam Golebiowski wrote:
>>> I am trying to add my key, but even listing my keys requires password:
>> (...)
>> 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
> Thanks, works, specifying  private key via:
>   $ ssh -i ~/.id_rsa_pld_linux
> works even better.
>
>
and in case you didn't know, you can also make it transparent by adding 
to ~/.ssh/config :

Host git.pld-linux.org
     IdentityFile ~/.ssh/id_rsa_pld_linux

-- 
glen



More information about the pld-devel-en mailing list