Skip to content

Support for paramiko > 4.0.0 #412

Description

@sikmir
python3.13-webssh>     def get_specific_pkey(self, name, offset, password):
python3.13-webssh>         self.iostr.seek(offset)
python3.13-webssh>         logging.debug('Reset offset to {}.'.format(offset))
python3.13-webssh>
python3.13-webssh>         logging.debug('Try parsing it as {} type key'.format(name))
python3.13-webssh> >       pkeycls = getattr(paramiko, name+'Key')
python3.13-webssh>                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
python3.13-webssh> E       AttributeError: module 'paramiko' has no attribute 'DSSKey'. Did you mean: 'RSAKey'?
python3.13-webssh>
python3.13-webssh> webssh/handler.py:146: AttributeError
...
python3.13-webssh> ================== 4 failed, 88 passed, 26 warnings in 15.00s ==================

Removed support for the DSA (aka DSS) key algorithm, see https://www.paramiko.org/changelog.html

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions