Initial import from FreeBSD RELENG_4:
[dragonfly.git] / release / picobsd / help / telnet.hlp.en
1 \e[1mtelnet\e[m   user interface to the TELNET protocol
2
3         Usage:
4
5         telnet [-8] [-E] [-L] [-S tos] [-a] [-c] [-d] [-e char] [-l user]
6                 [-n tracefile][-r] [host-name [port]]
7
8         Most commonly this will be just:
9
10                 telnet <remote_host>
11
12         \e[1mWARNING:\e[m Telnet protocol is unsafe, as it passes the
13         passwords in clear text over the network. Use 'ssh' instead, where it's
14         possible.