freebsd-dev/release/picobsd/help/telnet.hlp.en
1998-08-27 17:38:45 +00:00

374 B

telnet user interface to the TELNET protocol
 
Usage:
 
telnet [-8] [-E] [-L] [-S tos] [-a] [-c] [-d] [-e char] [-l user]
[-n tracefile][-r] [host-name [port]]
 
Most commonly this will be just:
 
telnet <remote_host>
 
WARNING: Telnet protocol is unsafe, as it passes the
passwords in clear text over the network. Use 'ssh' instead, where it's
possible.