summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2013-01-07 15:24:57 +0100
committerTimo Weingärtner <timo@tiwe.de>2013-01-07 17:37:23 +0100
commit113ceb48b12840b86fc97e4d9fac61392d0f52f6 (patch)
treea7276d94df3785879d88613c30903323fea6d24d
parent3ae3b0bf061a60133bbf802c1852a60fabd3cfcd (diff)
downloadopenssh-known-hosts-113ceb48b12840b86fc97e4d9fac61392d0f52f6.tar.gz
Mention filtering capability
-rw-r--r--debian/control7
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index d65ac49..9a86b2b 100644
--- a/debian/control
+++ b/debian/control
@@ -10,9 +10,10 @@ Architecture: all
Depends: 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:
+Description: known_hosts downloader/filterer/merger 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 GnuPG verification)
* rsync (optional GnuPG verification)
* psql