Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
sshfp: Generate SSHFP DNS records from knownhosts files or ssh-keyscan
- Summary
- sshfp generates DNS SSHFP records from SSH public keys. sshfp can take
public keys from a knownhosts file or from scanning the host's sshd daemon.
The ssh client can use these SSHFP records if you set "VerifyHostKeyDNS yes"
in the file /etc/ssh/ssh_config.
enable this per default.
Arch: src
Download: | sshfp-1.1.1-1.al3.src.rpm |
Build Date: | Mon Nov 6 21:02:40 2006 |
Packager: | Aurora SPARC Linux <http://bugzilla.auroralinux.org> |
Size: | 15 KiB |
Changelog
- * Wed Oct 4 17:00:00 2006 Paul Wouters <paul{%}xelerance{*}com> - 1.1.1-1
- Upgraded to 1.1.1
- * Tue Sep 26 17:00:00 2006 Paul Wouters <paul{%}xelerance{*}com> - 1.1.0-1
- Mistakingly ran the sha1() call on the uuencoded keyblob, which
generated wrong SSHFP records.
- * Mon Sep 25 17:00:00 2006 Paul Wouters <paul{%}xelerance{*}com> - 1.0.6-2
- Don't change VerifyHostKeyDNS in /etc/ssh/ssh_config anymore