selfuryon / netdev

Asynchronous multi-vendor library for interacting with network devices
http://netdev.readthedocs.io/
Apache License 2.0
213 stars 45 forks source link

Asyncssh 2.0.0 support #43

Closed kovaxur closed 4 years ago

kovaxur commented 4 years ago

Removed the loop argument passed to asyncssh, as it's not supported anymore. However left in the init function of the netdev class, for compatibility. Added server_host_key_algs argument to the arg dictionary. This is only added, if the user specifies the list, as it overrides the default algs.

selfuryon commented 4 years ago

Hello! Thank you for supporting the project by your code!