ADTRAN / netconf_client

A NETCONF client for Python 3.8+
https://adtran.github.io/netconf_client/
Other
15 stars 18 forks source link

Add support for hostkey when connecting via ssh #23

Closed GeoffAliro closed 1 year ago

GeoffAliro commented 1 year ago

connect_ssh currently doesn't allow for a ssh connection to pass in a hostkey to verify. netconf_client can pass this directly to paramiko when calling connect.

APCBoston commented 1 year ago

Pssst @GeoffAliro you should close your issue since your PR was merged :-)

(Also GH will do this for you if you preface the issue reference with one of the recognized closing keywords listed at https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests)

JennToo commented 1 year ago

Ah I can close it too, I haven't been keeping up with the issues