CreateSSHKey
Differences between revisions 6 and 7
|
Size: 399
Comment:
|
Size: 429
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| == What is SSH? == |
|
| Line 7: | Line 5: |
| == Creating the Key in a Terminal == | === Creating the Key in a Terminal === |
| Line 15: | Line 13: |
| <<BR>> == More on the SSH key ... == |
Read more about [[http://help.ubuntu.com/community/SSH|SSH]] in the Ubuntu Community Wiki |
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
Read more about SSH in the Ubuntu Community Wiki
UbuntuStudio/CreateSSHKey (last edited 2012-11-14 10:00:30 by 80)