summaryrefslogtreecommitdiff
path: root/debian/control
blob: 705ed6611ef878388e452eaf2f6fbd83d5bb56bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: openssh-known-hosts
Section: net
Priority: extra
Maintainer: Timo Weingärtner <timo@tiwe.de>
Build-Depends: debhelper (>= 7), pandoc
Standards-Version: 3.9.6
Homepage: https://git.tiwe.de/openssh-known-hosts.git
Vcs-Git: https://git.tiwe.de/openssh-known-hosts.git -b debian
Vcs-Browser: https://git.tiwe.de/openssh-known-hosts.git/log/?h=debian

Package: openssh-known-hosts
Architecture: all
Depends: lockfile-progs, ${misc:Depends}
Recommends: openssh-client, cron
Suggests: postgresql-client, rsync, curl, sopv | gpgv
Description: download, filter and merge known_hosts for OpenSSH
 This package allows you to download public hostkeys from multiple sources,
 filter the hostnames coming with them and merge them together into one
 file for use by OpenSSH. Plugins included:
  * curl (optional OpenPGP verification)
  * rsync (optional OpenPGP verification)
  * psql
  * symlink
 New plugins can easily be written.