Files
ansible/changelogs/fragments/ssh-clixml.yml
T
Jordan BoreanandGitHub f86c58e2d2 ssh - Improve CLIXML stderr parsing (#84569)
Improves the logic for parsing CLIXML values in the stderr returned by
SSH. This fixes encoding problems by having a fallback in case the
output is not valid UTF-8. It also can now extract embedded CLIXML
sequences in all of stderr rather than just at the start.
2025-01-21 04:42:12 +10:00

5 lines
231 B
YAML

bugfixes:
- >-
ssh - Improve the logic for parsing CLIXML data in stderr when working with Windows host. This fixes issues when
the raw stderr contains invalid UTF-8 byte sequences and improves embedded CLIXML sequences.