On Tue, Nov 29, 2011 at 08:26:48AM -0500, Neal Becker wrote: > I don't want to change my ssh key that I use for many other purposes. What is > the suggested method to generate a new key to be used only for fedora? Do: ssh-keygen -b 4096 -f ~/.ssh/id_rsa-fedora Then edit .ssh/config and add: # Use a different key to work around Fedora key policy idiocy. Host *.fedoraproject.org fedorapeople.org *.fedorahosted.org IdentityFile ~/.ssh/id_rsa-fedora You may also need to add the passphrase to your ssh agent. Works for me. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones New in Fedora 11: Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 70 libraries supprt'd http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel