Telnet Auto Close



$ echo -n | telnet ip-address port


To install command of telnet on Debian or CentOS

$ apt-get install telnet

$ yum -y install net-tools


Source :

https://stackoverflow.com/questions/41476089/auto-exit-telnet-command-back-to-prompt-without-human-intervention-quit-close

https://www.layerstack.com/resources/tutorials/Installing-telnet-on-Linux-and-Windows-Cloud-Servers

Comments