diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-01-20 06:52:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-20 06:52:25 +0700 |
commit | 313cffe2268679fa5b906167e2d46c63b086b0e7 (patch) | |
tree | e5a1eafaa9eb1df3f0c76d938301e268f619878c /network/sshfp/README | |
parent | 1d1777986081f7b33fc06b15afcb4088bbf2fcba (diff) | |
download | slackbuilds-313cffe2268679fa5b906167e2d46c63b086b0e7.tar.gz |
network/sshfp: Added (DNS SSHFP and TLSA/HASTLS records generator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 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. |