Skip to content

TripleDES error from Paramiko #13

@olljanat

Description

@olljanat

There is a lot of warnings like these in logs:

/usr/local/lib/python3.13/site-packages/paramiko/pkey.py:100: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed f
rom cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0.
  "cipher": algorithms.TripleDES,
/usr/local/lib/python3.13/site-packages/paramiko/transport.py:259: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be remo
ved from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0.
  "class": algorithms.TripleDES,

Issue is fixed in Paramiko 3.4.1 paramiko/paramiko#2419 (comment) but

But libcloud currently still requires Paramiko 3.4.0 https://github.com/apache/libcloud/blob/5ddff4d8a8820b6d7c904969d690a53e17335c12/requirements-lint.txt#L13

EDIT: Created PR apache/libcloud#2073

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions