fedpkg push with non-default id_rsa.pub

Jan Kratochvil jan.kratochvil at redhat.com
Mon Jan 2 00:04:34 UTC 2012


On Mon, 02 Jan 2012 00:57:07 +0100, Neal Becker wrote:
> How do I use fedpkg push with a non-default key?  fedpkg push --help gives no 
> clue.  I need to use id_rsa.fedora.pub.

Using in ~/.ssh/config:
IdentityFile ~/.ssh/id_dsa
IdentityFile ~/.ssh/id_rsa
IdentityFile ~/.ssh/identity
IdentityFile ~/.ssh/koji-id_rsa

(koji-id_rsa is the one you want)

IIRC the first line resets the default identities, so one needs to repeat the
default ones.


Regards,
Jan


More information about the devel mailing list