Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get rid of CryptographyDeprecationWarning #8192

Open
fruch opened this issue Jul 30, 2024 · 1 comment
Open

get rid of CryptographyDeprecationWarning #8192

fruch opened this issue Jul 30, 2024 · 1 comment
Assignees

Comments

@fruch
Copy link
Contributor

fruch commented Jul 30, 2024

in recent updates to the hydra docker image, we start getting those warnings

/usr/local/lib/python3.10/site-packages/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,
/usr/local/lib/python3.10/site-packages/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,

we should see if upgrade of paramiko can help, or add a way to quiet those for now

@fruch
Copy link
Contributor Author

fruch commented Jul 30, 2024

there an ongoing talk about it in:
paramiko/paramiko#2419

and PR with suggested fix

so we can wait for next release of paramiko, and pick it up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant