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