add ssh fingerprint info

This commit is contained in:
Ben Harris 2020-01-01 15:57:54 -05:00
parent 89456c7075
commit 75f78aa83c
1 changed files with 9 additions and 0 deletions

View File

@ -33,6 +33,15 @@ ssh -p 443 user@ssh.tilde.team
ssh user@tilde.team # this uses port 22, which can be blocked on some networks
```
tilde.team's ECDSA key fingerprint is SHA256:R3qNfKIF3IiXhKCbFX6rCKl73yzexi9Wodsow6XFres.
the key fingerprints are in dns as sshfp records as well, which you can check against
by setting VerifyHostKeyDNS to yes in your `~/.ssh/config`.
you can check the records yourself with the `dig` tool like this:
dig sshfp tilde.team
---
## intro