add sshfp notice

This commit is contained in:
creme 2020-01-16 11:51:09 +01:00
parent a9103b3ca6
commit 083f39aa6a
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 8 additions and 0 deletions

View File

@ -44,6 +44,14 @@ 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.
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:<br/>
&nbsp;&nbsp;`dig sshfp envs.net`
### ssh details and usage
ports 22, 80, 443, 2222 and 2223 are available for ssh.<br />
use ssh.envs.net to reach the secondary ip and use 80 and 443 for ssh.<br />