summaryrefslogtreecommitdiff
path: root/packaging/debian/control
blob: 36e4ad854862aa71deee9f22d4ac2d7c928647f5 (plain)
  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), cpio, socat, openssh-server, gnupg, libcrypt-openssl-rsa-perl, libdigest-sha-perl, lockfile-progs | procmail, openssl
  7. Standards-Version: 3.8.4
  8. Homepage: http://web.monkeysphere.info/
  9. Vcs-Git: git://git.monkeysphere.info/monkeysphere
  10. Dm-Upload-Allowed: yes
  11. Package: monkeysphere
  12. Architecture: all
  13. Depends: openssh-client, gnupg, libcrypt-openssl-rsa-perl, libdigest-sha-perl, lockfile-progs | procmail, adduser, ${misc:Depends}
  14. Recommends: netcat | socat, ssh-askpass, cron
  15. Enhances: openssh-client, openssh-server
  16. Description: leverage the OpenPGP web of trust for SSH and TLS authentication
  17. SSH key-based authentication is tried-and-true, but it lacks a true
  18. Public Key Infrastructure for key certification, revocation and
  19. expiration. Monkeysphere is a framework that uses the OpenPGP web of
  20. trust for these PKI functions. It can be used in both directions:
  21. for users to get validated host keys, and for hosts to authenticate
  22. users. Current monkeysphere SSH tools are designed to integrate
  23. with the OpenSSH implementation of the Secure Shell protocol.
  24. .
  25. Monkeysphere can also be used by a validation agent to validate TLS
  26. connections (e.g. https).