diff options
author | Jameson Rollins <jrollins@finestructure.net> | 2010-02-04 12:06:00 -0500 |
---|---|---|
committer | Jameson Rollins <jrollins@finestructure.net> | 2010-02-04 12:06:00 -0500 |
commit | efd4d0ba5dd709d32277cbb78f817c56c7534d2d (patch) | |
tree | 7522f870cf44fd8c37579dc71b9cf26bc07b20c5 /man | |
parent | cd9cf087d03d34586195009a0bb9b6c42b0e1232 (diff) |
fix monkeysphere-authentication man page reference to AuthorizedKeysFile for sshd_config
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/monkeysphere-authentication.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/monkeysphere-authentication.8 b/man/man8/monkeysphere-authentication.8 index d891eda..b2dfbdf 100644 --- a/man/man8/monkeysphere-authentication.8 +++ b/man/man8/monkeysphere-authentication.8 @@ -131,7 +131,7 @@ user authentication, the AuthorizedKeysFile parameter must be set in the sshd_config to point to the monkeysphere\-generated authorized_keys files: -AuthorizedKeysFile /var/lib/monkeysphere/authentication/authorized_keys/%u +AuthorizedKeysFile /var/lib/monkeysphere/authorized_keys/%u It is recommended to add "monkeysphere\-authentication update\-users" to a system crontab, so that user keys are kept up-to-date, and key |