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

Avoid Paramiko (SSH) warning #171

Open
PhilippvK opened this issue Jul 22, 2024 · 1 comment
Open

Avoid Paramiko (SSH) warning #171

PhilippvK opened this issue Jul 22, 2024 · 1 comment
Assignees
Labels
priority:low Low priority tasks

Comments

@PhilippvK
Copy link
Member

/home/philipp/src/mlonmcu_k230/mlonmcu/venv/lib/python3.9/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,
/home/philipp/src/mlonmcu_k230/mlonmcu/venv/lib/python3.9/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,

@PhilippvK PhilippvK added the priority:low Low priority tasks label Jul 22, 2024
@PhilippvK PhilippvK self-assigned this Jul 22, 2024
@PhilippvK PhilippvK changed the title Avoid Parmiko (SSH) warning Avoid Paramiko (SSH) warning Aug 2, 2024
@PhilippvK
Copy link
Member Author

See paramiko/paramiko#2419

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

No branches or pull requests

1 participant