]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
Use authorized_keys2 instead of authorized_keys
authorSandon Van Ness <sandon@inktank.com>
Mon, 17 Jun 2013 23:24:37 +0000 (16:24 -0700)
committerSage Weil <sage@inktank.com>
Wed, 19 Jun 2013 19:45:39 +0000 (12:45 -0700)
commitd567757437dcec1cde3fcb774ff0a2b833aa96f1
tree51933cd94302b43f835cd21b36859c2636354675
parent1c33fd9c474dd55ef867c059c9304dc4192881e2
Use authorized_keys2 instead of authorized_keys

Instead of going through the trouble of adding/removing lines
from authorized_keys which has all our normal keys in it, instead
push keys to the unused authorized_keys2 file which makes the key
management significantly simpler as that file can just be wiped
out each time instead of worrying about preserving contents.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
(cherry picked from commit 32c82347259d51d11dcb489149ce8557c9181e6f)
teuthology/task/ssh_keys.py