Hi,
First off, thank you for a great library! I'm creating an issue instead of a PR since I have no idea of the project standards/goals/directions.
paramiko 4.0.0 was just released, and has dropped support from DSA/DSS keys.
This breaks sftpretty's init [1] (can also see dss references 2, 3).
This could be hotfixed by modifying pyproject dependency line to 'paramiko>=2.7.0,<4.0.0'.
Removal of DSS support from future versions seems the only way to keep using the latest versions of paramiko.
Thank you!
Hi,
First off, thank you for a great library! I'm creating an issue instead of a PR since I have no idea of the project standards/goals/directions.
paramiko 4.0.0 was just released, and has dropped support from DSA/DSS keys.
This breaks sftpretty's init [1] (can also see dss references 2, 3).
This could be hotfixed by modifying pyproject dependency line to
'paramiko>=2.7.0,<4.0.0'.Removal of DSS support from future versions seems the only way to keep using the latest versions of paramiko.
Thank you!