]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
orchestra/connection: accept ecdsa (and future) host key types. 1575/head
authorMarcus Watts <mwatts@redhat.com>
Sat, 31 Oct 2020 19:31:35 +0000 (15:31 -0400)
committerMarcus Watts <mwatts@redhat.com>
Fri, 20 Nov 2020 03:38:41 +0000 (22:38 -0500)
commitf211e38dd551ae30c2d56bd2335240a54cb089c2
tree7ccbaff64288d61bc96a4b8a7113dcd15f9c7570
parent357fd4a901045a1fc48bf132a93f2894157f1142
orchestra/connection: accept ecdsa (and future) host key types.

Out of the box, centos 8 ssh daemon makes this file,
/etc/ssh/ssh_host_ecdsa_key.pub
containing a key of type "ecdsa-sha2-nistp256", which was
not recognized by the existing teuthology logic.
Use logic in paramiko.hostkeys to recognize the new key types.

Signed-off-by: Marcus Watts <mwatts@redhat.com>
teuthology/orchestra/connection.py