CreateSSHKey

Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2012-11-14 09:14:13
Size: 342
Editor: 80
Comment:
Revision 5 as of 2012-11-14 09:30:08
Size: 350
Editor: 80
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<tablestyle="float:right; font-size: 0.9em; background:#F1F1ED;margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents(2)>>|| 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.
Line 13: Line 13:
<<BR>>

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

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