I have a script that I run on a Windows 10 Box that opens a telnet session in a CentOS 7 Linux box. I am trying to run the script connecting to Linux Fedora 27 (running on same Windows box), I verified that telnet works using the Windows Telnet Client and logging into Fedora, but when I run my script it times out trying to open a telnet session.
Is there a known issue with the Fedora Kernel 4.20 Telnet server?
The identical script runs fine when connecting to CentOS 3.10. Hoping its something simple like the login prompt is different.
Brian