summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index e112c89..b7458c9 100644
--- a/debian/control
+++ b/debian/control
@@ -12,13 +12,13 @@ Package: openssh-known-hosts
Architecture: all
Depends: lockfile-progs, ${misc:Depends}
Recommends: openssh-client, cron
-Suggests: postgresql-client, rsync, curl, gpgv
+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 GnuPG verification)
- * rsync (optional GnuPG verification)
+ * curl (optional OpenPGP verification)
+ * rsync (optional OpenPGP verification)
* psql
* symlink
New plugins can easily be written.