Port old paramiko scan noise log silencer to recent platforms and versions #320
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Port the old paramiko quiter patches to the 4.0.0 version we use in Rocky9 with our default pip upgraded paramiko.
Can be applied with
to avoid the
and resulting manual path to patch prompt.
Included a similar version of the old 2.12.0 patch just against rocky 9 python version so that we can also patch the default non-upgraded paramiko there and a similar sample for Ubuntu 24.04 (noble) for local testing.
Added a
Makefile
to support e.g. simplemake patch PLATFORM=el9
andmake unpatch PLATFORM=el9
to handle automatic patching and reverse patch of the installed paramiko in a sane way on RHEL/Rocky 9. Similar results just replacing withPLATFORM=noble
on Ubuntu 24.04.