On Mac/Linux
To create the most simple key, with the default encryption, open up a console, and enter the following command :
$ ssh-keygen -t rsa
It will output the following (the "key fingerprint" will be different):
Generating public/private rsa1 key pair.
Enter file in which to save the key (/home/(youruserdir)/.ssh/id_rsa):
Enter passphrase :
Enter same passphrase again:
Your identification has been saved in /home/(youruserdir)/.ssh/id_rsa.
Your public key has been saved in /home/(youruserdir)/.ssh/id_rsa.pub.
The key fingerprint is:
22:bc:0b:fe:f5:06:1d:c0:05:ea:59:09:e3:07:8a:8cAt the "Enter file in which to save the key" prompt, just hit enter to store the keys in the default location indicated.
At the "passphrase" prompts, enter a secure password you can remember. Enter the same password both times.
The Drupal Association is an organization dedicated to helping the open-source Drupal CMS project flourish. We help the Drupal community with funding, infrastructure, events, promotion and distribution.
See how Advomatic is contributing back to the Drupal community.