dparrish / libcli

Libcli provides a shared library for including a Cisco-like command-line interface into other software. It's a telnet interface which supports command-line editing, history, authentication and callbacks for a user-definable function tree.
https://dparrish.com/link/libcli
GNU Lesser General Public License v2.1
296 stars 147 forks source link

Add option to not send telnet negotiation #8

Closed amishHammer closed 12 years ago

amishHammer commented 12 years ago

When using libcli as a backend for a libssh based console server the telnet negotiation sequence causes junk to be printed on the terminal at the beginning of the cli_loop. It would be nice to have an option to say that we a not a real telnet session.