Introduced ssh-python
as option instead of Paramiko
.
Bumped to 0.7.0
as the manager.connnect
call is NOT 100% backwards compatible today with all possible parameters that may be passed to Paramiko
.
What's Changed
- update Paramiko dependency by @einarnn in #627
- set default workflow permissions to read-only and pin action hashes f… by @minchai23 in #630
- Fix error in .github/workflows/check.yml by @minchai23 in #632
- Load certificate data when a corresponding public key is found in an ssh agent by @bcollet in #628
- Lazy-load some submodules inside ncclient.transport only when needed by @focksor in #638
- Update tox.ini for test-requirements.txt → requirements-test.txt by @musicinmybrain in #625
- Add alternative SSH transport using libssh by @pepa-cz in #639
- new: remove paramiko.DSSKey by @pengufrost in #642
New Contributors
- @minchai23 made their first contribution in #630
- @focksor made their first contribution in #638
- @pepa-cz made their first contribution in #639
- @pengufrost made their first contribution in #642
Full Changelog: v0.6.19...v0.7.0