SSH

From Noisebridge
Revision as of 01:18, 10 July 2013 by Six26 (talk | contribs) (Created page with "== Create Key == PuTTYgen http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Create a SSH-2 RSA public/private key pair 1024 bit keys may be considered default...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Create Key

PuTTYgen http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

Create a SSH-2 RSA public/private key pair

1024 bit keys may be considered default, however 2048 is generally considered the minimum for reasonable security, and 4096 as a even more secure option.

Generating the key requires random data to be generated, to do this drag your mouse around the screen.

A public and private key is generated, and the public key is shown. Save your public and private key. Optionally you can enter a passphrase ("password") to be used when storing your private key.