- Update ssh2-python pin -- keyboard interactive auth bug has been fixed!
- Improve password/keyboard auth log messages
- Remove keepalive stuff for now (in line w/ scrapli core)
- Remove transport session locks
- Dev pin bumps
- Re-pin ssh2 to newer versions now that there have been some updates
- Fix setup.py github url
- Add Python 3.9 to CI
- Basically no real changes for users other than the pins... :)
- Minor internal changes, changed to use nox, better linting/typing because we now snag the scrapli type stubs, fixed a few docstrings, mostly just housekeeping!
- Minor change to handle ssh keys and keep in line with scrapli core.
- Initial separation of ssh2-python transport into its own repo as a plugin