CreateSSHKey

Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2012-11-14 09:29:20
Size: 340
Editor: 80
Comment:
Revision 6 as of 2012-11-14 09:33:05
Size: 399
Editor: 80
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
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. == What is SSH? ==

SSH stands for [[http://www.openssh.com/|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.
Line 4: Line 8:

 * SSH stands for [[http://www.openssh.com/|Secure Shell]]
Line 13: Line 15:
<<BR>>

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 ...

UbuntuStudio/CreateSSHKey (last edited 2012-11-14 10:00:30 by 80)