You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
I don't see any reference to telnet support in the code. It would be good if you could add it.
I regularly use telnet to test connections/and my code in an emulated env (using eve-ng).
Currently I've been using Netmiko, which supports this, I would love it if you could add the support in.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello, @t1hom7as!
Right now netdev is based upon asyncssh, and it supports only ssh. At the start of writing this library, no implementation of async telnet had existed.
But right now I see that one implementation exists: telnetlib3. I will plan to implement it, thank you!
Hello, @t1hom7as!
Right now netdev is based upon asyncssh, and it supports only ssh. At the start of writing this library, no implementation of async telnet had existed.
But right now I see that one implementation exists: telnetlib3. I will plan to implement it, thank you!
I don't see any reference to telnet support in the code. It would be good if you could add it.
I regularly use telnet to test connections/and my code in an emulated env (using eve-ng).
Currently I've been using Netmiko, which supports this, I would love it if you could add the support in.
Thanks.
The text was updated successfully, but these errors were encountered: