CreateSSHKey

Revision 6 as of 2012-11-14 09:33:05

Clear message

What is SSH?

SSH stands for Secure Shell. It's a method for connecting to remote places.

As a developer, you will need a SSH client in combination with a SSH key in order upload changes to Ubuntu source.

Creating the Key in a Terminal

To create a SSH key in a terminal:

$ ssh-keygen -t rsa


More on the SSH key ...