On Thu, Feb 20, 2014 at 12:35 AM, Roy Smith <r...@panix.com> wrote:
> As far as I know, fabric only works with ssh.  If you are forced to use
> telnet to talk to legacy equipment, that's another problem.

If it's telnet, it's likely to be a pretty simple protocol. All you
really need is the socket module, build it all yourself. Networking's
easy enough to handle; it's the crypto on top of it (SSH, in your
case) that's not worth doing manually.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to