summaryrefslogtreecommitdiff
path: root/man/man8/monkeysphere-server.8
blob: 28149fb470dc2ab3b17b0eedf29942e0f247eb78 (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 of ssh connections.
  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/authorized_keys/USER. See `man monkeysphere'
  19. for more info. If the USER_CONTROLLED_AUTHORIZED_KEYS variable is
  20. set, then a user-controlled authorized_keys file (usually
  21. ~USER/.ssh/authorized_keys) is added to the authorized_keys file. `k'
  22. may be used in place of `update-known_hosts'.
  23. .TP
  24. .B gen-key
  25. Generate a gpg key for the host. `g' may be used in place of
  26. `gen-key'.
  27. .TP
  28. .B show-fingerprint
  29. Show the fingerprint for the host's OpenPGP key. `f' may be used in place of
  30. `show-fingerprint'.
  31. .TP
  32. .B publish-key
  33. Publish the host's gpg key to the keyserver. `p' may be used in place
  34. of `publish-key'.
  35. .TP
  36. .B trust-keys KEYID...
  37. Mark key specified with key IDs with full owner trust. `t' may be used
  38. in place of `trust-keys'.
  39. .TP
  40. .B update-user-userids USER USERID...
  41. Add/update a user ID to the authorized_user_ids file for USER. `u' may
  42. be used in place of `update-user-userids'.
  43. .TP
  44. .B remove-user-userids USER USERID...
  45. Remove a user ID from the authorized_user_ids file for USER. `r' may
  46. be used in place of `remove-user-userids'.
  47. .TP
  48. .B help
  49. Output a brief usage summary. `h' or `?' may be used in place of
  50. `help'.
  51. .SH FILES
  52. .TP
  53. /etc/monkeysphere/monkeysphere-server.conf
  54. System monkeysphere-server config file.
  55. .TP
  56. /etc/monkeysphere/monkeysphere.conf
  57. System-wide monkeysphere config file.
  58. .TP
  59. /etc/monkeysphere/gnupg
  60. Monkeysphere GNUPG home directory.
  61. .TP
  62. /etc/monkeysphere/authorized_user_ids/USER
  63. Server maintained authorized_user_ids files for users.
  64. .TP
  65. /var/cache/monkeysphere/authorized_keys/USER
  66. User authorized_keys file.
  67. .SH AUTHOR
  68. Written by Jameson Rollins <jrollins@fifthhorseman.net>
  69. .SH SEE ALSO
  70. .BR monkeysphere (1),
  71. .BR gpg (1),
  72. .BR ssh (1)