CreateSSHKey
Differences between revisions 3 and 5 (spanning 2 versions)
|
Size: 342
Comment:
|
Size: 350
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
SSH stands for Secure Shell
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)