]> git.apps.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)
committerSandon Van Ness <sandon@inktank.com>
Mon, 17 Jun 2013 23:24:37 +0000 (16:24 -0700)
commit0ff2e42e7c563eee86a1f06e3d9e35f352ed0715
treeac0399849fda3643d7044e3e96adca367143f9a0
parent7887f84f9d4c740f14f7bf5f276ac82b66d89c21
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>
teuthology/task/ssh_keys.py