CreateSSHKey
Differences between revisions 4 and 5
|
Size: 340
Comment:
|
Size: 350
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| 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)