wiki/howto/onboarding.md
... ...
@@ -24,7 +24,7 @@ First of all, make sure you've looked at [http://www.amazon.de/Patterns-Elements
24 24
The primary Git repository for the project is hosted on sapsailing.com. It is mirrored on an hourly basis into SAP's internal Git/Gerrit repository, but branches from the external Git end up under the remote `sapsailing.com` in the internal repository, thus do not automatically merge into their branch counterparts. Conversely, commits pushed onto branches of the SAP-internal Gerrit will not by themselves end up on the external Git at sapsailing.com.
25 25
26 26
- For access to the external git at `ssh://trac@sapsailing.com/home/trac/git` please send your SSH public key to Axel Uhl or Simon Marcel Pamies, requesting git access. Make sure to NOT generate the key using Putty. Putty keys don't work reliably under Linux and on Windows/Cygwin environments. Use ssh-keygen in a Cygwin or Linux or MacOS/X environment instead. For further instructions for generating an ssh-key see [GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent).
27
- Note: If you want to use the ssh-key in the context of our solution, it has to be in the PEM format, therefore add the parameter `-m PEM` to the ssh-keygen command when you are creating a new one. Example: `ssh-keygen -t rsa -b 4096 -C "test@test.com" -m PEM`. When using an existing key with the OpenSSH format, you can convert your private key with the command `ssh-keygen -p -m PEM -f <path-to-private-key>`, the public key can stay as it was. Make sure to set a password for your key.
27
+ Note: If you want to use the ssh-key in the context of our solution, it can be an RSA or ED25519 format. Example for creating a key: `ssh-keygen -t ed25519 -b 512 -C "test@test.com"`. Make sure to set a non-empty password for your key.
28 28
- Alternatively, for access to the SAP-internal Git/Gerrit repository register yourself as a Git user in the SAP-Git under: [https://git.wdf.sap.corp:8080/](https://git.wdf.sap.corp:8080/); ask the Git administrator (Axel Uhl) to get on the list of enabled committers
29 29
30 30
2. Bugzilla