diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-07-10 20:24:38 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-07-10 20:24:38 -0400 |
commit | 64a6b0cded9f9b21243ed9395a9e2ca734ac05c5 (patch) | |
tree | 3b8b3da9174e2d48f9347dc67a2bd537ace82be8 | |
parent | cabc89111693c8f928a7685f55a385ccf75daf86 (diff) |
Add man entry about gpg-authentication-cmd
-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 |