On this page you find all important commands for the CLI tool telnet. If the
command you are looking for is missing please ask our AI.
telnet
Telnet (short for "teletype network") is a client/server application protocol that provides access to virtual terminals of remote systems on local area networks or the Internet.
List of commands for telnet:
-
telnet:connect Telnet to a specific port of a host.$ telnet ${ip_address} ${port}try on your machineexplain this command
-
telnet:fun:backgammon Play backgammon on the command line.$ telnet fibs.com 4321try on your machineexplain this command
-
telnet:fun:chess Play chess on the command line.$ telnet freechess.orgtry on your machineexplain this command
-
telnet:fun:excuse Get an excuse why not to do something.$ telnet bofh.jeffballard.us 666try on your machineexplain this command
-
telnet:fun:star-wars Telnet to Star Wars animation.$ telnet towel.blinkenlights.nltry on your machineexplain this command
-
telnet:fun:telehack Collection of fun commands and games.$ telnet telehack.comtry on your machineexplain this command
-
telnet:tldr:1bfee telnet: Start telnet with "x" as the session termination character.$ telnet -e ${x} ${ip_address} ${port}try on your machineexplain this command
-
telnet:tldr:d3619 telnet: Telnet to the default port of a host.$ telnet ${host}try on your machineexplain this command