Python Forum
Any suggestion on python library to use for both ssh and telnet? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: Any suggestion on python library to use for both ssh and telnet? (/thread-17189.html)



Any suggestion on python library to use for both ssh and telnet? - lord_mani - Apr-01-2019

can someone please suggest me, which python library is best for both telnet and SSH ?


RE: Any suggestion on python library to use for both ssh and telnet? - Larz60+ - Apr-01-2019

look here: https://pypi.org/search/?q=ssh+telnet


RE: Any suggestion on python library to use for both ssh and telnet? - babyyrex - Jun-11-2019

ssh - paramiko
telnet - telnetlib


RE: Any suggestion on python library to use for both ssh and telnet? - searching1 - Jun-12-2019

pexpect for SSH and telnet


RE: Any suggestion on python library to use for both ssh and telnet? - gb74razor - Jun-25-2019

I personally use netmiko for SSH. https://pynet.twb-tech.com/blog/automation/netmiko.html

Also, when digging around, found this reddit talk about paramiko/netmiko that I found interesting. https://www.reddit.com/r/networking/comments/6tjb1d/the_cautionary_tale_of_paramiko/