Python Forum

Full Version: Any suggestion on python library to use for both ssh and telnet?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
can someone please suggest me, which python library is best for both telnet and SSH ?
ssh - paramiko
telnet - telnetlib
pexpect for SSH and telnet
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/comm..._paramiko/