]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
lock.py: request only rsa keys from ssh-keyscan 176/head
authorDan Mick <dan.mick@inktank.com>
Thu, 16 Jan 2014 20:51:39 +0000 (12:51 -0800)
committerDan Mick <dan.mick@inktank.com>
Thu, 16 Jan 2014 20:51:39 +0000 (12:51 -0800)
commit381d4aa873b28a72d04cc6c50f95d38b8abdfce4
tree38d37e745873886d8aa7c79f79f63e07da56e9b4
parent69d4962759b397845195fe4b6332cbd0bcc1f422
lock.py: request only rsa keys from ssh-keyscan

New versions of ssh-keyscan return two keytypes if possible; this
breaks the comparison of "number of lines of output from keyscan"
to "number of hosts we request keys from".  Fix by asking for only
one type of key (as older ssh-keyscans did).

Fixes: #7164
Signed-off-by: Dan Mick <dan.mick@inktank.com>
teuthology/lock.py