don't fail if authorized_keys file not present
authorJameson Rollins <jrollins@finestructure.net>
Fri, 22 Oct 2010 20:25:04 +0000 (16:25 -0400)
committerJameson Rollins <jrollins@finestructure.net>
Sun, 24 Oct 2010 15:51:02 +0000 (11:51 -0400)
commitaf9ff0feedd40dadc8df15bf9f5392a599e5279e
treeb97a3f94a107b045d29cd527515e697e477c0464
parentc7d807fb792096862a27fa0742f825d4792b7a01
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
Changelog
src/share/common
src/share/m/update_authorized_keys
src/share/m/update_known_hosts