diff options
author | agc <agc> | 2009-08-21 06:18:55 +0000 |
---|---|---|
committer | agc <agc> | 2009-08-21 06:18:55 +0000 |
commit | 6d9d0bcd5139329cfead5d54053e81c394c41b7b (patch) | |
tree | c1ad90ef8ca97c0672c0ebf0c228368639bd5767 | |
parent | 604ba673fc1ebaf0df53bafe3247f33d98653e11 (diff) | |
download | pkgsrc-6d9d0bcd5139329cfead5d54053e81c394c41b7b.tar.gz |
Fix tyop
-rw-r--r-- | security/sshfp/DESCR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sshfp/DESCR b/security/sshfp/DESCR index 62ce0bd0f4a..3001db303f2 100644 --- a/security/sshfp/DESCR +++ b/security/sshfp/DESCR @@ -2,5 +2,5 @@ sshfp is a small utility that generates RFC4255 SSHFP DNS records based on the public keys stored in a known_hosts file or obtained by using ssh-keyscan. If the nameserver of the domain allows zone tranfers (AXFR), an entire domain can be processed for all its A -records. These can then be easilly added to a zone, and then secured +records. These can then be easily added to a zone, and then secured by DNSSEC. |