diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-08-15 16:51:35 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-08-15 16:51:35 -0400 |
commit | 78fe687a40613136c72bf3fcf16939d4415d4a1c (patch) | |
tree | 68061c049337604e659b2f91f974775ef43caaf9 /debian/control | |
parent | b0ea15c8e359a908583e08da0663d69e353c77dc (diff) |
fixing gen-subkey when no agent is present.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 0b3d871..7fbcbc7 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Format: 3.0 (git) Package: monkeysphere Architecture: any Depends: openssh-client, gnupg | gnupg2, coreutils (>= 6), moreutils, lockfile-progs, adduser, ${shlibs:Depends} -Recommends: netcat | socat +Recommends: netcat | socat, ssh-askpass Enhances: openssh-client, openssh-server Description: use the OpenPGP web of trust to verify ssh connections SSH key-based authentication is tried-and-true, but it lacks a true |