From c6f0806ee1cbab1c7d511fce04d3cdc6398af933 Mon Sep 17 00:00:00 2001 From: creme Date: Thu, 16 Jan 2020 22:46:38 +0100 Subject: [PATCH] view sshfp in codeblock --- docs/help.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/help.md b/docs/help.md index 3bfd32b..ee13476 100644 --- a/docs/help.md +++ b/docs/help.md @@ -44,9 +44,9 @@ your ssh directory is: `~/.ssh/` this includes the following files. - the `authorized_keys`-file is a list of public keys (one per line) that are allowed to log in to your user account. - `id_ed25519` or `id_rsa` are each private keys, and `id_ed25519` or `id_rsa.pub` are the corresponding pubkey. -envs.net ECDSA key fingerprint is SHA256:U0C6SKGXUflve16m2l4KWBdLLARW6O8TiGWZsXAU2i4. +envs.net ECDSA key fingerprint is `SHA256:U0C6SKGXUflve16m2l4KWBdLLARW6O8TiGWZsXAU2i4`. -the key fingerprints are in dns as sshfp records as well, which you can check against +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: