summaryrefslogtreecommitdiffstats
path: root/network/sshfp/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/sshfp/README')
-rw-r--r--network/sshfp/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/network/sshfp/README b/network/sshfp/README
new file mode 100644
index 0000000000..5e043355d6
--- /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.