summaryrefslogtreecommitdiff
path: root/debian/control
blob: 3b2d5d00259a4023a81c79cab8d96a7490bb9010 (plain)
  1. Source: monkeysphere
  2. Section: net
  3. Priority: extra
  4. Maintainer: Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>
  5. Uploaders: Jameson Rollins <jrollins@fifthhorseman.net>
  6. Build-Depends: debhelper (>= 7.0), libgnutls-dev (>= 2.4.0)
  7. Standards-Version: 3.8.0.1
  8. Homepage: http://monkeysphere.info/
  9. Vcs-Git: http://lair.fifthhorseman.net/~dkg/git/monkeysphere.git
  10. Dm-Upload-Allowed: yes
  11. Package: monkeysphere
  12. Architecture: any
  13. Depends: openssh-client, gnupg | gnupg2, coreutils (>= 6), moreutils, lockfile-progs, adduser, ${shlibs:Depends}
  14. Recommends: netcat | socat
  15. Enhances: openssh-client, openssh-server
  16. Description: use the OpenPGP web of trust to verify ssh connections
  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 manage user
  22. permissions.