mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 23:17:56 +01:00
310 B
310 B
telnet
Telnet is used to connect to a specified port of a host.
- Telnet to a certain port:
telnet {{ip_address}} {{port}}
- To exit a telnet session:
quit
- Default escape character:
CTRL + ]
- Specify an escape character (x is the escape character):
telnet -e x {{ip_address}} {{port}}