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
289 stars 143 forks source link

Symptom After you log in to port 8000 through Telnet, no response occurs after entering the password #81

Open DaemonZhao opened 1 year ago

DaemonZhao commented 1 year ago
  1. libcli version:1.10.7
  2. platform:Centos

As a reference version, 1.9.3 does not have this problem.

RobSanders commented 1 year ago

Unable to reproduce on a CentOS 7.5 box. Started clitest, then did 'telnet localhost 8000', was prompted for user/password. Using credentials listed in readme was able to log in.