mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-13 02:50:27 +08:00
c65ba1c84c
* docs improvements * Updated matrix as part of "go generate" (e.g. adds SSHFP row) * Commiting full matrix file * Added docs for SSHFP record * Matrix: Mark OVH as SSHFP-capable in docs (see PR #482)
694 B
694 B
name | parameters | |||||
---|---|---|---|---|---|---|
SSHFP |
|
SSHFP contains a fingerprint of a SSH server which can be validated before SSH clients are establishing the connection.
Algorithm (type of the key)
ID | Algorithm |
---|---|
0 | reserved |
1 | RSA |
2 | DSA |
3 | ECDSA |
4 | ED25519 |
Type (fingerprint format)
ID | Algorithm |
---|---|
0 | reserved |
1 | SHA-1 |
2 | SHA-256 |
value
is the fingerprint as a string.
{% include startExample.html %} {% highlight js %}
SSHFP('@', 1, 1, '00yourAmazingFingerprint00'),
{%endhighlight%} {% include endExample.html %}