Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        sshfp - Generate SSHFP DNS records from knownhosts files or ssh-keyscan
        
        - 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. 
Packages
        
            
                | Name | Version | Release | Type | Size | Built | 
            
                | sshfp | 1.1.2 | 1.fc6 | noarch | 36 KiB | Mon Apr  9 14:03:26 2007 | 
        
        Changelog
        
            - * Mon Apr  9 18:00:00 2007 Paul Wouters <paul{%}xelerance{*}com> - 1.1.2-1
- - Upgraded to 1.1.2 
            - * Wed Oct  4 18:00:00 2006 Paul Wouters <paul{%}xelerance{*}com> - 1.1.1-1
- - Upgraded to 1.1.1 
            - * Tue Sep 26 18: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.