6cd0143bf4e093bcdd6736e3d4c40694f59bd684
[monkeysphere.git] / packaging / debian / control
1 Source: monkeysphere
2 Section: net
3 Priority: extra
4 Maintainer: Jameson Rollins <jrollins@finestructure.net>
5 Uploaders:  Daniel Kahn Gillmor <dkg@fifthhorseman.net>
6 Build-Depends: debhelper (>= 7.0),
7  cpio,
8  socat,
9  openssh-server,
10  gnupg,
11  libcrypt-openssl-rsa-perl,
12  libdigest-sha-perl,
13  lockfile-progs | procmail,
14  openssl,
15  bash (>= 3.2)
16 Standards-Version: 3.8.4
17 Homepage: http://web.monkeysphere.info/
18 Vcs-Git: git://git.monkeysphere.info/monkeysphere
19 Dm-Upload-Allowed: yes
20
21 Package: monkeysphere
22 Architecture: all
23 Depends: openssh-client,
24  gnupg,
25  libcrypt-openssl-rsa-perl,
26  libdigest-sha-perl,
27  lockfile-progs | procmail,
28  adduser,
29  ${misc:Depends}
30 Recommends: netcat | socat, ssh-askpass, cron
31 Suggests: monkeysphere-validation-agent
32 Enhances: openssh-client, openssh-server
33 Description: leverage the OpenPGP web of trust for SSH and TLS authentication
34  SSH key-based authentication is tried-and-true, but it lacks a true
35  Public Key Infrastructure for key certification, revocation and
36  expiration.  Monkeysphere is a framework that uses the OpenPGP web of
37  trust for these PKI functions.  It can be used in both directions:
38  for users to get validated host keys, and for hosts to authenticate
39  users.  Current monkeysphere SSH tools are designed to integrate
40  with the OpenSSH implementation of the Secure Shell protocol.
41  . 
42  Monkeysphere can also be used by a validation agent to validate TLS
43  connections (e.g. https).