summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2022-12-13 17:46:33 -0800
committerMatt Clay <matt@mystile.com>2022-12-14 12:43:29 -0800
commit55a198da111a347ab2132bbcdb9a49cd65f2b704 (patch)
tree04fa7e1299e4fb8ec96879494238871fabcedd46 /changelogs
parent862047cafd7389a75f72c933d33a0def138ab4b2 (diff)
downloadansible-55a198da111a347ab2132bbcdb9a49cd65f2b704.tar.gz
[stable-2.13] ansible-test - Support RSA SHA-1 for SSH clients..
(cherry picked from commit 75b60b17ee1ff18ded04cf07b71e4ee32e673a0b) Co-authored-by: Matt Clay <matt@mystile.com>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/ansible-test-container-management.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-container-management.yml b/changelogs/fragments/ansible-test-container-management.yml
index 04961b98ee..293d632713 100644
--- a/changelogs/fragments/ansible-test-container-management.yml
+++ b/changelogs/fragments/ansible-test-container-management.yml
@@ -39,6 +39,11 @@ minor_changes:
adding the ``retry/never`` alias. This is useful for tests that cannot pass on a retry or are too
slow to make retries useful.
- ansible-test - The ``ansible-test env`` command now detects and reports the container ID if running in a container.
+ - ansible-test - SSH connections from OpenSSH 8.8+ to CentOS 6 containers now work without additional configuration.
+ However, clients older than OpenSSH 7.0 can no longer connect to CentOS 6 containers as a result.
+ The container must have ``centos6`` in the image name for this work-around to be applied.
+ - ansible-test - SSH shell connections from OpenSSH 8.8+ to ansible-test provisioned network instances now work without additional configuration.
+ However, clients older than OpenSSH 7.0 can no longer open shell sessions for ansible-test provisioned network instances as a result.
bugfixes:
- ansible-test - Multiple containers now work under Podman without specifying the ``--docker-network`` option.
- ansible-test - Prevent concurrent / repeat pulls of the same container image.