I needed it to solved the issue «/usr/lib/python2.7/dist-packages/paramiko/ecdsakey.py:164: CryptographyDeprecationWarning: Support for unsafe construction of public numbers from encoded data will be removed in a future version» with Backupninja / Duplicity.
Step 1
I have added buster-backports
to /etc/apt/sources.list
:
deb http://ftp.debian.org/debian buster-backports main
backports.debian.org/Instructions/#index2h2
Step 2
aptitude -t buster-backports install "python-paramiko"