ojarva / python-sshpubkeys

OpenSSH public key parser for Python
BSD 3-Clause "New" or "Revised" License
101 stars 42 forks source link

Decode key_type in error message strings. #55

Closed benkonrath closed 5 years ago

benkonrath commented 6 years ago

This avoids strings like b'ssh-rsa' in the error messages. I didn't add tests because I wasn't sure what you'd want to do for this - if anything. Thanks for your work on this library.

ojarva commented 6 years ago

Ah well, there is a new pylint that will complain about old code, causing tests to fail. I won't have time to fix those issues today.

As your second undoes part of what you did on the first commit, please squash the commits into one.

benkonrath commented 6 years ago

No problem. I've just squashed the two commits into one.