Suppress paramiko messages AS 4.1.9
Hello @dbeltran and @bdepaula,
Summary of the feature
Suppress paramiko messages, as users think they are errors.
Describe your use case
Running any AS command.
Describe the problem (and propose a solution if you have one)
The messages being printed by paramiko;
/appl/AS/4.1.9/lib64/python3.9/site-packages/paramiko-3.4.0-py3.9.egg/paramiko/pkey.py:100: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
"cipher": algorithms.TripleDES,
/appl/AS/4.1.9/lib64/python3.9/site-packages/paramiko-3.4.0-py3.9.egg/paramiko/transport.py:259: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
"class": algorithms.TripleDES,
Can you give a concrete example of how you'd use the feature? (optional)
Just suppress them. Not sure how.
Relevant logs and/or screenshots(if applicable)
No.
Any other relevant information(if applicable)
()