]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
connection: key_filename can be a list 1344/head
authorKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Tue, 5 Nov 2019 10:40:12 +0000 (11:40 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Tue, 5 Nov 2019 10:48:40 +0000 (11:48 +0100)
commit9d9b9006734df0214bd4c8929a7ca061a30a70d1
treec9198390990145e6ab5806d89fe9372e70aa420b
parentd8332eaa616f9318a8e30a98a064aa1edc17daa2
connection: key_filename can be a list

This commit fixes 5ac7c2f and provides support for multiple identityfile,
besides paramiko.SSHClient.connect accepts list as well for key_filename,
pydoc excerpts:

key_filename:
    the filename, or list of filenames, of optional private key(s) to
    try for authentication

Fixes: https://tracker.ceph.com/issues/42543
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
teuthology/orchestra/connection.py