diff options
Diffstat (limited to 'network/sshfp/README')
-rw-r--r-- | network/sshfp/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/network/sshfp/README b/network/sshfp/README new file mode 100644 index 000000000000..5e043355d628 --- /dev/null +++ b/network/sshfp/README @@ -0,0 +1,7 @@ +sshsfp generates SSHFP DNS records from known_hosts files +or ssh-keyscan or TLSA/HASTLS DNS records by scanning +SSL/TLS sites. + +The ssh client can use these SSHFP records if you set +"VerifyHostKeyDNS yes" in the file /etc/ssh/ssh_config +or ~/.ssh/config. |