Linux telnet settings

kff

New member
When I telnet into AC3 from Linux, I get annoying character echos. Anyone know how to disable the echoing?

Thanks!
 
You need to shut off local echo, and cmd initialization. Some telnet clients allow this type of configuration; see the telnet client documentation.

Curt
 
Yes, that's the thing, 'man telnet' is a bit confusing on this. I hoped someone had already figured this out and could give me the flags.
 
Put this in your .telnetrc:

aqua
mode char

Where aqua is the hostname of the AquaController.

Curt
 
Thanks, but that didn't work for me. Still get the echo (plus the && !"'' characters at the beginning of the session).

Tried 'mode -litecho' too and that didn't help.
 
Back
Top