diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-17 15:19:40 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-17 15:19:40 -0500 |
commit | a2a3d02d1aaf2d3dae3afea90c85cd6ca9f7ce4d (patch) | |
tree | 231a99a741c2e54e71504b1cb4fd8efcba3b0a65 /man/man8 | |
parent | 5eab477a9755178abf56eeba5f658db882611eec (diff) |
add some checks about setup to authentication
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/monkeysphere-authentication.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/man8/monkeysphere-authentication.8 b/man/man8/monkeysphere-authentication.8 index 4187c70..9b8baa9 100644 --- a/man/man8/monkeysphere-authentication.8 +++ b/man/man8/monkeysphere-authentication.8 @@ -24,8 +24,10 @@ authentication. \fBmonkeysphere-authentication\fP takes various subcommands. .TP .B setup -Setup the server for Monkeysphere user authentication. `s' may be -used in place of `setup'. +Setup the server for Monkeysphere user authentication. This command +is idempotent, which means it can be run multiple times to make sure +the setup is correct, without adversely affecting existing setups. +`s' may be used in place of `setup'. .TP .B update-users [ACCOUNT]... Rebuild the monkeysphere-controlled authorized_keys files. For each |