martomi / chiadog

A watch dog providing a peace in mind that your Chia farm is running smoothly 24/7.
MIT License
460 stars 123 forks source link

Blowfish has been deprecated #350

Closed lryanuk closed 1 year ago

lryanuk commented 1 year ago

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:

richardwhatever commented 1 year ago

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

richardwhatever commented 1 year ago

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

Dared87 commented 1 year ago

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

martomi commented 1 year ago

Looks like this dependency was removed in the 2.11.0 release of paramiko: https://github.com/paramiko/paramiko/issues/2038#issuecomment-1128792020