Blowfish加密算法已被弃用:CryptographyDeprecationWarning
pycharm anaconda环境升级python后就一直警告
~/.local/lib/python3.10/site-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated
"class": algorithms.Blowfish,
pycharm anaconda环境升级python后就一直警告
~/.local/lib/python3.10/site-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated
"class": algorithms.Blowfish,
pip install --upgrade paramiko
.