]> 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)
committerSage Weil <sage@inktank.com>
Tue, 18 Jun 2013 16:35:55 +0000 (09:35 -0700)
commit32c82347259d51d11dcb489149ce8557c9181e6f
tree1dc71328f70de98c00a870d7eaaa90f40861100b
parentebd003bc82a3600b5ee8f16c7b79d66df06d64d5
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