summaryrefslogtreecommitdiff
path: root/man/man8/monkeysphere-server.8
blob: cc07077cea47e5f8ad38609013a748d39ad8cc5e (plain)
  1. .TH MONKEYSPHERE-SERVER "1" "June 2008" "monkeysphere 0.1" "User Commands"
  2. .SH NAME
  3. monkeysphere-server \- monkeysphere server admin user interface
  4. .SH SYNOPSIS
  5. .B monkeysphere-server \fIcommand\fP [\fIargs\fP]
  6. .SH DESCRIPTION
  7. .PP
  8. \fBMonkeySphere\fP is a system to leverage the OpenPGP Web of Trust
  9. for ssh authentication and encryption. OpenPGP keys are tracked via
  10. GnuPG, and added to the ssh authorized_keys and known_hosts files to
  11. be used for authentication and encryption of ssh connection.
  12. \fBmonkeysphere-server\fP is the MonkeySphere server admin utility.
  13. .PD
  14. .SH SUBCOMMANDS
  15. \fBmonkeysphere-server\fP takes various subcommands:
  16. .TP
  17. .B update-users [USER]...
  18. Update the admin-controlled authorized_keys files for user. For each
  19. user specified, update the user's authorized_keys file in
  20. /var/cache/monkeysphere/USER. See `man monkeysphere' for more info.
  21. .TP
  22. .B gen-key
  23. Generate a gpg key for the host.
  24. .TP
  25. .B publish-key
  26. Publish the host's gpg key to a keyserver.
  27. .TP
  28. .B trust-keys KEYID...
  29. Mark key specified with KEYID with full owner trust.
  30. .TP
  31. .B update-user-userids USER USERID...
  32. Add/update a userid in the authorized_user_ids file for USER.
  33. .TP
  34. .B help
  35. Output a brief usage summary. `h' or `?' may be used in place of
  36. `help'.
  37. .PD
  38. .SH FILES
  39. .PD 1
  40. .TP
  41. /etc/monkeysphere/monkeysphere-server.conf
  42. System monkeysphere-server config file.
  43. .TP
  44. /etc/monkeysphere/monkeysphere.conf
  45. System-wide monkeysphere config file.
  46. .TP
  47. /etc/monkeysphere/gnupg
  48. Monkeysphere GNUPG home directory.
  49. .TP
  50. /etc/monkeysphere/authorized_user_ids/USER
  51. Server maintained authorized_user_ids files for users.
  52. .TP
  53. /var/cachemonkeysphere/USER
  54. User keys cache directories.
  55. .PD
  56. .SH AUTHOR
  57. Written by Jameson Rollins <jrollins@fifthhorseman.net>
  58. .SH SEE ALSO
  59. .BR monkeysphere (1),
  60. .BR gpg (1),
  61. .BR ssh (1)