From Fedora Project Wiki
m (tidy up the list)
m (Categorize)
 
Line 12: Line 12:


That's it, you're done.  Remember that the <code>~/ssh/id_rsa</code> private key file should be safeguarded.
That's it, you're done.  Remember that the <code>~/ssh/id_rsa</code> private key file should be safeguarded.
[[Category:Infrastructure]]

Latest revision as of 22:21, 8 January 2010

Replacing Your Fedora Account System SSH Key

If for any reason you need to replace your SSH key in the Fedora Account System, use this procedure:

  1. Generate a new ssh key using ssh-keygen. If you select the defaults, this command generates a ~/.ssh/id_rsa private key file, and a ~/.ssh/id_rsa.pub public key file
  2. Go to https://admin.fedoraproject.org/accounts/
  3. Select 'Login' in the menu on the left
  4. Login with your username and password
  5. Select 'My Account' on the menu at the top
  6. Select 'Edit' on the 'Your Fedora Account' page
  7. Upload the ~/.ssh/id_rsa.pub public key file that you generated in the first step.
  8. Select 'Save'.

That's it, you're done. Remember that the ~/ssh/id_rsa private key file should be safeguarded.