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

Posted Over 12 years ago by ThEo.GFX.

In a linux command shell : ssh-keygen -t rsa -b 4096 -C "email.address@domain.com" This generates a public key ( ~/.ssh/idrsa ) and...