What would one research to learn how to write a server in Python that Telnet and/or SSH clients could connect to? <BR><BR>It seems like it's more than simple socket programming, but this will be my ...
I've used both pexpect and python's built-in telnetlib somewhat regularly to talk to "dumb" telnet devices. Depending on how complicated the data is, telnetlib might be good enough and will work ...