Skip to content

Conversation

@rolandwalker
Copy link
Contributor

Description

Paramiko 4.x no longer supports DSA keys, and can cause MyCLI to exit with a cryptic error if the user has a DSA key present:

module 'paramiko' has no attribute 'DSSKey'

See paramiko/paramiko#2537

Checklist

  • I've added this contribution to the changelog.md.
  • I've added my name to the AUTHORS file (or it's already there).
  • I ran uv run ruff check && uv run ruff format && uv run mypy --install-types . to lint and format the code.

paramiko 4.x no longer supports DSA keys, and can cause MyCLI to exit
with a cryptic error if the user has a DSA key present:

    module 'paramiko' has no attribute 'DSSKey'

See paramiko/paramiko#2537
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants