diff options
author | Jameson Rollins <jrollins@finestructure.net> | 2010-10-22 16:25:04 -0400 |
---|---|---|
committer | Jameson Rollins <jrollins@finestructure.net> | 2010-10-24 11:51:02 -0400 |
commit | af9ff0feedd40dadc8df15bf9f5392a599e5279e (patch) | |
tree | b97a3f94a107b045d29cd527515e697e477c0464 /Changelog | |
parent | c7d807fb792096862a27fa0742f825d4792b7a01 (diff) |
don't fail if authorized_keys file not present
we create a new function here, touch_key_file_or_fail, which will
touch a new key file if there isn't one already present. This is now
used in the update_authorized_keys and update_known_hosts functions
when looking for authorized_keys and known_hosts respectively.
Closes Debian 600644
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,8 +6,9 @@ monkeysphere (0.34~pre) unstable; urgency=low paths. * 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) - -- Jameson Rollins <jrollins@finestructure.net> Mon, 18 Oct 2010 16:35:59 -0400 + -- Jameson Rollins <jrollins@finestructure.net> Fri, 22 Oct 2010 16:23:31 -0400 monkeysphere (0.33) unstable; urgency=low |