diff options
author | Clint Adams <schizo@debian.org> | 2010-10-02 14:39:01 -0400 |
---|---|---|
committer | Clint Adams <schizo@debian.org> | 2010-10-02 14:39:01 -0400 |
commit | 73f3d3118652d1efebdf5992f454c90d9d6ae280 (patch) | |
tree | 51b5177fae746a80b21e6e28960011664fe9ca45 | |
parent | b3f0bbedbf242d2640d3bc56cce62ae726081400 (diff) |
Minimal documentation of ssh authorized_keys options specification.
-rw-r--r-- | man/man8/monkeysphere-authentication.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man8/monkeysphere-authentication.8 b/man/man8/monkeysphere-authentication.8 index 5dfa92a..e2886d6 100644 --- a/man/man8/monkeysphere-authentication.8 +++ b/man/man8/monkeysphere-authentication.8 @@ -197,7 +197,9 @@ Monkeysphere-generated user authorized_keys files. A list of OpenPGP user IDs, one per line. OpenPGP keys with an exactly-matching User ID (calculated valid by the designated identity certifiers), will have any valid authorization-capable keys or subkeys -added to the given user's authorized_keys file. +added to the given user's authorized_keys file. Any line with initial +whitespace will be interpreted as ssh authorized_keys options +applicable to the preceding User ID. .SH AUTHOR |