Skip to content

Paramiko 4.0.0 breaks sftpretty init #65

@SebGay

Description

@SebGay

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!

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions