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