blob: c48ee59bdb75954fa89c5883facfd14db8c5dc18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Source: openssh-known-hosts
Section: net
Priority: extra
Maintainer: Timo Weingärtner <timo@tiwe.de>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.9.4
Package: openssh-known-hosts
Architecture: all
Depends: dash, lockfile-progs, ${misc:Depends}
Recommends: openssh-client, cron
Suggests: postgresql-client, rsync, curl, gpgv
Description: known_hosts downloader for OpenSSH
This package allows you to download public hostkeys from multiple sources
and merge them together into one file for use by OpenSSH. Plugins included:
* curl (optional GnuPG verification)
* rsync (optional GnuPG verification)
* psql
* symlink
New plugins can easily be written.
|