Repository SSH keysΒΆ

Each repository has a unique owned SSH pair key.

Its automatically generated at creating repository time with a 4096bits size.

The key pair is injected into all services at location /root/.ssh/id_rsa and /root/.ssh/id_rsa.pub when they are created, excluding reused services.

You can get the public key through repository settings endpoint, private key is not accessible with API.

Also it add SSH config file to /root/.ssh/config file, with this content:

StrictHostKeyChecking no