Open main menu

DAVE Developer's Wiki β

Changes

Build system (BELK/BXELK)

283 bytes added, 09:38, 28 October 2015
RSA key generation
*launch the following command:
*:<code>ssh-keygen -t rsa -C "username@myhost.com"</code>
*:this command creates the files <code>~/.ssh/username@myhost.com</code> ('''private key''') and <code>~/.ssh/username@myhost.com.pub</code> ('''public key''')
*edit your <code>~/.ssh/config</code> adding the following lines:
<pre>
IdentityFile ~/.ssh/username@myhost.com
</pre>
Please send the public key file to the following email support addresses[mailto:support-bora@dave.eu], requesting the creation of a new public git account associated to your username. The support team will promptly enable the account and send you a confirmation message.
4,650
edits