| Summary: | Did repo.freebsd.org change host key? | ||
|---|---|---|---|
| Product: | Services | Reporter: | Mikhail Teterin <mi> |
| Component: | Core Infrastructure | Assignee: | Cluster Admin <clusteradm> |
| Status: | Closed Overcome By Events | ||
| Severity: | Affects Many People | CC: | philip, zi |
| Priority: | --- | ||
| Version: | unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Mikhail Teterin
2021-04-09 19:27:46 UTC
As part of the migration to Git, repo.freebsd.org now points to gitrepo.freebsd.org. If you wish to continue using svn+ssh, you'll need to svn switch to svnrepo.freebsd.org. We should post something to that effect to developers@. Thanks for your report. (In reply to Philip Paeps from comment #1) > repo.freebsd.org now points to gitrepo.freebsd.org Why wouldn't you copy the host-key to the new server, if so? Separate jail, separate (non-svn) purpose--everything has been transitioned to git. (In reply to Ryan Steinmetz from comment #3) > Separate jail, separate (non-svn) purpose--everything has been transitioned to git. I may be idealizing the past, but I seem to recall there being times, when one could point at how FreeBSD cluster was doing things as an /example/ to others. Meanwhile, is this a valid response from svnrepo.freebsd.org? ECDSA key fingerprint is SHA256:ZLqzUfFKUVKYLF/wIuqaeLRTSkKMJWTHEc1tEi34B8g. Please, confirm -- and be sure to include it in the announcement you're planning to make on developers@... Thank you. (In reply to Mikhail Teterin from comment #4) > ECDSA key fingerprint is SHA256:ZLqzUfFKUVKYLF/wIuqaeLRTSkKMJWTHEc1tEi34B8g. Ok, I was able to confirm this myself -- by connecting from Freefall. The three keys offered by svnrepo.freebsd.org are: 2048 SHA256:ZaUUjV+hewLaa+lkC+ZUvpDPh7xPYz1ivLuILe6L908 svnrepo (RSA) 256 SHA256:ZLqzUfFKUVKYLF/wIuqaeLRTSkKMJWTHEc1tEi34B8g svnrepo (ECDSA) 256 SHA256:ur2dmqEPCovUvbeZ8CC2kf8pO1KpZ555xhQPPjoSIOE svnrepo (ED25519) We publish SSHFP records for all hosts in the FreeBSD.org DNS, which is DNSSEC signed. You can set "VerifyHostKeyDNS" in your .ssh/config to use this mechanism. You can also consult this file, signed by security-officer@: https://www.freebsd.org/internal/ssh-keys.asc which is linked from https://www.freebsd.org/internal/machines/ |