Open main menu

DAVE Developer's Wiki β

Changes

Accessing DAVE Embedded Systems restricted git repositories

258 bytes added, 14:11, 14 November 2022
fix mediawiki category typo
=== RSA key generation ===
Please follow this procedure to generate the RSA ssh key. It is assumed that the host machine is Linux-based (such as [[::Category:DVDK|DVDKs]] and [[Managed_Virtual_Machine_(MVM)|MVMs]]).
* pick you main corporate e-mail and use it instead of <code>myname@mycompany.com</code> in the examples below
{{ImportantMessage|text=Please make sure that <code>~/.ssh/config</code> has the right ownership/access right <pre>chmod 600 ~/.ssh/configchown $USER ~/.ssh/config</pre> Please refer to [https://linux.die.net/man/5/ssh_config ssh_config man page]}}  * Send the request for the creation of a new public git account associated to your username, to the following support email address: [mailto:supporthelpdesk@dave.eu supporthelpdesk@dave.eu]. Please indicate in the subject the name of the product and/or the development kit. The technical support team will enable the account and send you a confirmation as soon as possible.
* Once you have the confirm that your account has been enabled, the easier way to check that everything is configured correctly is to run the following command on you development workstation
770
edits