Quickly generate a public/private SSH key (ie. to use with git)

Posted Over 12 years ago. Visible to the public.

In a linux command shell :

ssh-keygen -t rsa -b 4096 -C "email.address@domain.com"

This generates a public key ( ~/.ssh/idrsa ) and a private key ( ~/.ssh/idrsa.pub ) in your home directory.

ThEo.GFX
Last edit
Over 12 years ago
Posted by ThEo.GFX to ThEo.GFX's Cards (2011-11-30 21:24)