diff options
-rw-r--r-- | Changelog | 4 | ||||
-rw-r--r-- | man/man8/monkeysphere-authentication.8 | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -7,8 +7,10 @@ monkeysphere (0.34~pre) unstable; urgency=low * update authorized_keys and known_hosts in temp file that are atomically moved into place * don't fail if authorized_keys file not already present (Closes: 600644) + * document CHECK_KEYSERVER in monkeysphere-authentication man page + (close MS #2556) - -- Jameson Rollins <jrollins@finestructure.net> Fri, 22 Oct 2010 16:23:31 -0400 + -- Jameson Rollins <jrollins@finestructure.net> Tue, 26 Oct 2010 10:24:58 -0400 monkeysphere (0.33) unstable; urgency=low diff --git a/man/man8/monkeysphere-authentication.8 b/man/man8/monkeysphere-authentication.8 index 1592c99..1d49f9f 100644 --- a/man/man8/monkeysphere-authentication.8 +++ b/man/man8/monkeysphere-authentication.8 @@ -158,6 +158,9 @@ increasing order of verbosity. (INFO) MONKEYSPHERE_KEYSERVER OpenPGP keyserver to use. (pool.sks\-keyservers.net) .TP +MONKEYSPHERE_CHECK_KEYSERVER +Whether or not to check the keyserver when making gpg queries. (true) +.TP MONKEYSPHERE_AUTHORIZED_USER_IDS Path to user's authorized_user_ids file. %h gets replaced with the user's homedir, %u with the username. |