Difference between revisions of "SSH key"

From Ontohub
Jump to: navigation, search
(Created page with "OntoHub uses the Secure Shell (SSH) protocol for secure communication between your local working copy of a repository and the repository on the OntoHub server. If you want to ...")
 
Line 1: Line 1:
OntoHub uses the Secure Shell (SSH) protocol for secure communication between your local working copy of a repository and the repository on the OntoHub server. If you want to use [[git]] to interact with the OntoHub server, you will need to upload your public key to OntoHub. A description of how to generate a public key can be found here:  
+
OntoHub uses the Secure Shell (SSH) protocol for secure communication between your local working copy of a repository and the repository on the OntoHub server. If you want to use [[git]] to interact with the OntoHub server, you will need to upload your [http://en.wikipedia.org/w/index.php?title=SSH_public_key public SSH key] to OntoHub. A description of how to generate a public key can be found here:  
 
http://git-scm.com/book/no-nb/Git-on-the-Server-Generating-Your-SSH-Public-Key
 
http://git-scm.com/book/no-nb/Git-on-the-Server-Generating-Your-SSH-Public-Key
 +
 +
==Ontohub pages for SSH keys==
 +
You reach these pages via the menu available below your user name (at the top-right corner of Ontohub)
 +
* [http://ontohub.org/keys The list of your keys]
 +
* [http://ontohub.org/keys/new Adding a key] - you need to provide a name (needed only for your own distinction between several keys), and the public key itself.

Revision as of 21:41, 10 February 2014

OntoHub uses the Secure Shell (SSH) protocol for secure communication between your local working copy of a repository and the repository on the OntoHub server. If you want to use git to interact with the OntoHub server, you will need to upload your public SSH key to OntoHub. A description of how to generate a public key can be found here: http://git-scm.com/book/no-nb/Git-on-the-Server-Generating-Your-SSH-Public-Key

Ontohub pages for SSH keys

You reach these pages via the menu available below your user name (at the top-right corner of Ontohub)