martomi/chiadog

Blowfish has been deprecated

Closed this issue · 4 comments

On start of chiadog in docker container, error message appears in log as follows:
/chiadog/venv/lib/python3.10/site-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish,

Environment:

  • OS: Docker
  • Python version: 3.10.5
  • PIP version: 22.0.4
  • Chia version: N/A
  • Chiadog version: 0.7.2
  • Harvester: local

I'm getting the same. I'm guessing this renders the docker image unusable.

Is this bug going to be fixed? It seems like a critical error to me - as in the docker process is completely unusable.

I have the exact same problem and couldn't use this docker since then. Is there maybe a workaround available?

Looks like this dependency was removed in the 2.11.0 release of paramiko: paramiko/paramiko#2038 (comment)