File: control

package info (click to toggle)
sshfp 1.2.2-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 292 kB
  • sloc: python: 975; xml: 318; makefile: 27; sh: 1
file content (27 lines) | stat: -rw-r--r-- 942 bytes parent folder | download
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: Janos Lenart <ocsi@debian.org>
Build-Depends: debhelper (>= 9), python (>= 2.6.6-3)
Homepage: https://github.com/xelerance/sshfp/
Vcs-Browser: https://salsa.debian.org/debian/sshfp
Vcs-Git: https://salsa.debian.org/debian/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.