Skip to content

Commit

Permalink
Merge pull request #803 from coderefinery/radovan/ssh-fingerprints
Browse files Browse the repository at this point in the history
add also ED25519 fingerprints; closes #802
  • Loading branch information
bast authored Nov 5, 2023
2 parents 83ff05f + a8d2366 commit 9748fc3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,18 @@ These are the public key fingerprints for `source.coderefinery.org` (in hexadeci
```
MD5:b8:c9:43:24:33:96:ba:5d:88:84:73:81:38:ac:e6:0f (RSA)
MD5:21:dc:4e:ef:4f:1c:44:f8:d8:5e:3a:30:15:32:e3:4c (ECDSA)
MD5:57:3f:dd:7e:52:5a:83:ec:68:7e:c9:58:d3:f2:21:c4 (ED25519)
```

These are the SHA256 hashes:
```
SHA256:dQ6iP+E6PZ2Ureynaw1eGKqRLJ5RtL4C7qUJlNSvLW8 (RSA)
SHA256:dtWo53mvtXVv3NxZf44kpRIfvJ8edcEqv7HFEltPpa4 (ECDSA)
SHA256:6vV2a0zfcMuls1KkGlzbrJPQP5yC+z5v+2pKtGMNx8Y (ED25519)
```

How to check these without logging in:
```console
$ ssh-keyscan source.coderefinery.org | ssh-keygen -E md5 -lf -
$ ssh-keyscan source.coderefinery.org | ssh-keygen -lf -
```

0 comments on commit 9748fc3

Please sign in to comment.