1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: sshfp
Section: net
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9), python (>= 2.6.6-3)
Homepage: https://github.com/xelerance/sshfp/
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/sshfp.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/sshfp.git
Standards-Version: 3.9.8
Package: sshfp
Architecture: all
Depends: openssh-client,
python (>= 2.7) | python-argparse,
python-dnspython,
python-ipcalc,
python-ldns,
${misc:Depends},
${python:Depends}
Description: DNS SSHFP records generator
sshfp generates RFC4255 SSHFP DNS records based on the public keys stored in
a known_hosts file, or public keys can be obtained by using ssh-keyscan.
Serve these entries from the DNS server for your domain to provide
authentication via the ssh VerifyHostKeyDNS option.
.
This package also includes the dane command to generate IETF DANE WG
DNS records.
|