1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/runner/lib
Paul Belanger e844bfe1d4 Force PEM SSH keys for paramiko
Trying to get ansible-test working on my fedora-28 system, I noticed I
was getting invalid keys from paramiko. It looks like this is because
ssh-keygen is now defaulting to RFC4716 format for private / public
keys.

For now, we can still use PEM based SSH keys, but the long term fix here
is to report a bug to paramiko and support RFC4716 for rsa keys.

Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-10-18 21:25:55 -07:00
..
cloud Add a test target for the foreman inventory script (#46837) 2018-10-14 20:51:25 -04:00
sanity Fix ansible-test --exclude with delegation. 2018-10-15 14:05:37 -07:00
__init__.py
ansible_util.py
changes.py
classification.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
cli.py win test: add http tester container to Windows tests (#46606) 2018-10-13 08:20:00 +10:00
config.py
core_ci.py Force PEM SSH keys for paramiko 2018-10-18 21:25:55 -07:00
cover.py
csharp_import_analysis.py
delegation.py Upgrade pylint to version 2.1.1. (#47036) 2018-10-14 22:59:52 -07:00
diff.py
docker_util.py
executor.py ansible-test: setup up http runner in between each target (#47100) 2018-10-16 18:09:17 +10:00
git.py
http.py
import_analysis.py
manage_ci.py win test: add http tester container to Windows tests (#46606) 2018-10-13 08:20:00 +10:00
metadata.py
powershell_import_analysis.py
pytar.py
target.py Upgrade pylint to version 2.1.1. (#47036) 2018-10-14 22:59:52 -07:00
test.py
thread.py
util.py