mirror of https://github.com/ansible/ansible.git
[stable-2.9] Work around ssh-keygen issue in ansible-test. (#63211)
Newer versions of ssh-keygen create PEM keys that are not recognized by Paramiko.
Now ansible-test compensates for this by updating they keys it generates so Paramiko will recognize them.
(cherry picked from commit 022335669c
)
Co-authored-by: Matt Clay <matt@mystile.com>
pull/63252/head
parent
24e64d1ba1
commit
f004deaf91
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ansible-test now updates SSH keys it generates with newer versions of ssh-keygen to function with Paramiko
|
Loading…
Reference in New Issue