mirror of https://github.com/ansible/ansible.git
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.pull/63114/head
parent
314f9fbd5c
commit
022335669c
@ -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