view sshfp in codeblock

This commit is contained in:
creme 2020-01-16 22:46:38 +01:00
parent 083f39aa6a
commit c6f0806ee1
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 2 additions and 2 deletions

View File

@ -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<br>
by setting VerifyHostKeyDNS to yes in your `~/.ssh/config`.
you can check the records yourself with the `dig` tool like this:<br/>