Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SSH host key fingerprints changed on 2021-10-11 and are (old style):

  • MD5:27:bc:00:7c:e6:1d:f0:60:a5:ff:a6:ad:86:9a:c3:75 (RSA)

  • MD5:30:e6:c9:ef:7a:44:dd:f3:35:86:3d:18:84:6c:c6:74 (ECDSA)

  • MD5:fb:c1:7a:45:7c:51:bf:d6:cd:c5:f3:42:f1:21:e8:7b (ED25519)

New style:

  • SHA256:+9phGscbpuXIZLNtbUT0M0waF4MrkHY97hmnj72YwQk (RSA)

  • SHA256:SQgGL5PJY9TZLo552lfJ/OudzZZvQBZ2zOa48xT7uTo (ECDSA)

  • SHA256:+pNnCgbSwTmYNAMcjQjAK8rqem94FMsd+gLHl9cJQJM (ED25519)

We use the gitolite software to authenticate users using their SSH keys and to give each user appropriate permissions.

...

For more details about this facility, see the gitolite documentation.

Personal Repositories and Jenkins

...

  • grant anonymous access to read the personal repository :

    Code Block
    languagebash
    ssh git@git.shibboleth.net perms iay/my-personal-repo + READERS daemon
  • and use a Smart HTTPS URL in the Jenkins job configuration : https://git.shibboleth.net/git/iay/my-personal-repo

...