Using Python: How can I telnet into a server and then from that connection telnet into a second serv
Posted
by Jay B
on Stack Overflow
See other posts from Stack Overflow
or by Jay B
Published on 2010-06-16T14:18:57Z
Indexed on
2010/06/16
14:22 UTC
Read the original article
Hit count: 282
I am able to establish the initial telnet session. But from this session I need to create a second. Basically I can not telnet directly to the device I need to access. Interactively this is not an issue but I am attempting to setup an automated test using python.
Does anyone know who to accomplish this?
© Stack Overflow or respective owner