CreateSSHKey

Revision 5 as of 2012-11-14 09:30:08

Clear message

SSH Keys are used for connecting to remote places. As a developer, you will mainly be using the SSH key to upload changes to source.

Creating the Key in a Terminal

To create a SSH key in a terminal:

$ ssh-keygen -t rsa


More on the SSH key ...