notes/telnet.md

5 lines
179 B
Markdown
Raw Normal View History

2022-04-27 14:26:24 -04:00
to connect pass the IP `telnet 10.45.10.20`
or just do `telnet` then do `open 10.45.10.20`
there should be an escape character specified like ctrl+]
then to quit telnet do `quit`