diff options
-rw-r--r-- | man/man8/monkeysphere-server.8 | 7 | ||||
-rwxr-xr-x | src/monkeysphere-server | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/man/man8/monkeysphere-server.8 b/man/man8/monkeysphere-server.8 index f7a9755..97b2f38 100644 --- a/man/man8/monkeysphere-server.8 +++ b/man/man8/monkeysphere-server.8 @@ -69,6 +69,13 @@ Instruct system to ignore user identity certifications made by KEYID. List key IDs trusted by the system to certify user identities. `l' may be used in place of `list-identity-certifiers'. .TP +.B gpg-authentication-cmd +Execute a gpg command on the gnupg-authentication keyring as the +monkeysphere user. This takes a single command (multiple gpg +arguments need to be quoted). Use this command with caution, as +modifying the gnupg-authentication keyring can affect ssh user +authentication. +.TP .B help Output a brief usage summary. `h' or `?' may be used in place of `help'. diff --git a/src/monkeysphere-server b/src/monkeysphere-server index 67466d2..9d0d9b3 100755 --- a/src/monkeysphere-server +++ b/src/monkeysphere-server @@ -53,9 +53,7 @@ subcommands: remove-identity-certifier (r) KEYID remove a certification key list-identity-certifiers (l) list certification keys - gpg-authentication-cmd execute a gpg command to the - authentication keyring as the - monkeysphere user + gpg-authentication-cmd CMD gnupg-authentication command help (h,?) this help |