fix monkeysphere-authentication man page reference to AuthorizedKeysFile for sshd_config
authorJameson Rollins <jrollins@finestructure.net>
Thu, 4 Feb 2010 17:06:00 +0000 (12:06 -0500)
committerJameson Rollins <jrollins@finestructure.net>
Thu, 4 Feb 2010 17:06:00 +0000 (12:06 -0500)
changelog
man/man8/monkeysphere-authentication.8
packaging/debian/changelog

index cac28b8df98a40a32cc51f23fad54db56b514b4c..8638da674cca1b2f074f8e89d73eef1b5befd657 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+monkeysphere (0.28.1) unstable; urgency=low
+
+  * Fix man page typo about monkeysphere authorized_keys location
+
+ -- Jameson Graef Rollins <jrollins@finestructure.net>  Thu, 04 Feb 2010 11:57:45 -0500
+
 monkeysphere (0.28) unstable; urgency=low
 
   * Major rework of monkeysphere-host to handle multiple host keys.  We
index d891edaa9af7d92973bf0f0eee9f1aaf3e03efe2..b2dfbdf68ece7eb2a47f476acb6c323a82a4fe6f 100644 (file)
@@ -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
index ef7375eda67cd868d3350fc8c0ccd98397402645..f52a7ac8db073e75e2e2e4370795e166d12f49b6 100644 (file)
@@ -1,8 +1,12 @@
-monkeysphere (0.28-2~pre1) UNRELEASED; urgency=low
+monkeysphere (0.28.1-1~pre1) UNRELEASED; urgency=low
 
+  [ Jameson Graef Rollins ]
+  * New upstream release
+
+  [ Daniel Kahn Gillmor ]
   * bumped Standards-Version to 3.8.4 (no changes needed)
 
- -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 01 Feb 2010 01:41:40 -0500
+ -- Jameson Graef Rollins <jrollins@finestructure.net>  Thu, 04 Feb 2010 12:00:58 -0500
 
 monkeysphere (0.28-1) unstable; urgency=low