mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-12 18:37:54 +08:00
20dad35167
* Replace Jekyll highlight tags with fenced code blocks Replace Jekyll highlight tags with fenced code blocks. Canonicalize javascript to js. Correct highlighting languages. Add highlighting to code blocks. Remove leading $ from bash blocks. Remove empty lines at start and end of code blocks. Stripped trailing whitespace. * Fix language of code highlighting
668 B
668 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 %}
SSHFP('@', 1, 1, '00yourAmazingFingerprint00'),
{% include endExample.html %}