With an SSHFP (SSH Fingerprint) record your can store an SSH Fingerprint in the DNS on your domain. It can be used to verify the SSH server's key.
SSHFP records can only be trusted if DNSSEC is enabled on your domain. We are in the process of enabling DNSSEC for as many domains as possible. You can check if DNSSEC is enabled for your domain here: DNSKEY Lookup.
Create an SSHFP record on your domain
- Log into the one.com control panel.
- Click DNS settings on the Advanced settings tile.
- Go to DNS records.
- Under create new record, click SSHFP.
- Enter the following details:
- Enter a hostname or leave the field empty to create it on the domain root.
- In the Value field enter the algorithm, fingerprint type and fingerprint like this: 2 1 123456789abcdef ... 67890. Check the wiki article about SSHFP for more information.
- Optionally enter a TTL, or leave it empty to default to 3600 seconds. - Click Create record to save your settings.
Example: In the screenshot below we have added the SSHFP record with the hostname host.one-example.guide and value 2 1 123456789abcdef ... 67890. The TTL is left empty, which will make it default to 3600.
Related articles: