Brett Cannon wrote:
> * telnetlib
>     + Telnet is not used very much anymore.
>         - Telnet is unsafe.
>         - Most people use SSH instead.

SSH may be common in the PC/server world, but it's still much easier 
(and less demanding on the host's resources) to embed a telnet server 
rather than an SSH one.

Embedded HTTP servers seem to be slowly taking over this role (where 
SNMP hasn't already done so), but telnet-based equipment remote control 
interfaces are certainly still quite common.

Cheers,
Nick.

-- 
Nick Coghlan   |   [EMAIL PROTECTED]   |   Brisbane, Australia
---------------------------------------------------------------
             http://www.boredomandlaziness.org
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to