diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-03 17:02:16 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-03 17:02:16 -0400 |
commit | 43504b118f0eb3a383687b2398b18199f6a307e7 (patch) | |
tree | 5225183d4e99244c34d080454c4de39e2e49a715 /website | |
parent | 033b0f3784f99ab5cd7445d7b8499f73fcc22b18 (diff) | |
parent | b7a13e19393e347ba66196a49e972d722d7d4780 (diff) |
Merge commit 'jrollins/master'
Diffstat (limited to 'website')
-rw-r--r-- | website/getting-started-admin.mdwn | 2 | ||||
-rw-r--r-- | website/getting-started-user.mdwn | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/website/getting-started-admin.mdwn b/website/getting-started-admin.mdwn index 69f498a..0c4fe85 100644 --- a/website/getting-started-admin.mdwn +++ b/website/getting-started-admin.mdwn @@ -57,7 +57,7 @@ users with the Monkeysphere. For each user account on the server, the userids of people authorized to log into that account would be placed in: - ~/.config/monkeysphere/authorized_user_ids + ~/.monkeysphere/authorized_user_ids However, in order for users to become authenticated, the server must determine that the user IDs on their keys have "full" validity. This diff --git a/website/getting-started-user.mdwn b/website/getting-started-user.mdwn index 3f7b689..00b803e 100644 --- a/website/getting-started-user.mdwn +++ b/website/getting-started-user.mdwn @@ -120,7 +120,7 @@ update-authorized_keys command: $ monkeysphere update-authorized_keys This command will take all the user IDs listed in the -`~/.config/monkeysphere/authorized_user_ids` file and check to see if +`~/.monkeysphere/authorized_user_ids` file and check to see if there are acceptable keys for those user IDs available. If so, they will be added to the `~/.ssh/authorized_keys` file. |