From 75f78aa83ca4df5017c5ba0ff31c64305ca53fe0 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 1 Jan 2020 15:57:54 -0500 Subject: [PATCH] add ssh fingerprint info --- wiki/pages/ssh.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/wiki/pages/ssh.md b/wiki/pages/ssh.md index cc8e482..3d4f0e3 100644 --- a/wiki/pages/ssh.md +++ b/wiki/pages/ssh.md @@ -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