1 .\" Copyright (c) 1983, 1990, 1993
2 .\" The Regents of the University of California. All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\" must display the following acknowledgement:
14 .\" This product includes software developed by the University of
15 .\" California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\" may be used to endorse or promote products derived from this software
18 .\" without specific prior written permission.
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 .\" @(#)telnet.1 8.6 (Berkeley) 6/1/94
33 .\" $FreeBSD: src/crypto/telnet/telnet/telnet.1,v 1.4.2.9 2002/04/13 10:59:08 markm Exp $
40 .Nd user interface to the
45 .Op Fl 468EFKLNacdfruxy
48 .Op Fl e Ar escapechar
61 is used to communicate with another host using the
66 is invoked without the
68 argument, it enters command mode,
69 indicated by its prompt
71 In this mode, it accepts and executes the commands listed below.
72 If it is invoked with arguments, it performs an
74 command with those arguments.
77 .Bl -tag -width indent
81 to use IPv4 addresses only.
85 to use IPv6 addresses only.
87 Specifies an 8-bit data path. This causes an attempt to
90 option on both input and output.
92 Stops any character from being recognized as an escape character.
94 If Kerberos V5 authentication is being used, the
96 option allows the local credentials to be forwarded
97 to the remote system, including any credentials that
98 have already been forwarded into the local environment.
100 Specifies no automatic login to the remote system.
102 Specifies an 8-bit data path on output. This causes the
104 option to be negotiated on output.
106 Prevents IP address to name lookup when destination host is given
109 Sets the IP type-of-service (TOS) option for the telnet
110 connection to the value
112 which can be a numeric TOS value
113 or, on systems that support it, a symbolic
114 TOS name found in the
120 type of authentication.
122 Attempt automatic login.
123 This is now the default, so this option is ignored.
124 Currently, this sends the user name via the
129 option if supported by the remote system.
130 The name used is that of the current user as returned by
132 if it agrees with the current user ID,
133 otherwise it is the name associated with the user ID.
135 Disables the reading of the user's
139 command on this man page.)
141 Sets the initial value of the
145 .It Fl e Ar escapechar
153 there will be no escape character.
155 If Kerberos V5 authentication is being used, the
157 option allows the local credentials to be forwarded to the remote system.
159 If Kerberos authentication is being used, the
163 obtain tickets for the remote host in
166 instead of the remote host's realm, as determined by
167 .Xr krb_realmofhost 3 .
169 When connecting to the remote system, if the remote system
174 will be sent to the remote system as the value for the variable
176 This option implies the
179 This option may also be used with the
182 .It Fl n Ar tracefile
185 for recording trace information.
190 Specifies a user interface similar to
193 mode, the escape character is set to the tilde (~) character,
194 unless modified by the
198 Set the source IP address for the
202 which can be an IP address or a host name.
208 addresses only (e.g.,
210 domain sockets, accessed with a file path).
212 Turns on encryption of the data stream if possible.
213 This is now the default, so this option is ignored.
215 Suppresses encryption of the data stream.
217 Indicates the official name, an alias, or the Internet address
224 establishes a connection to the corresponding named socket.
226 Indicates a port number (address of an application). If a number is
227 not specified, the default
232 When in rlogin mode, a line of the form ~. disconnects from the
233 remote host; ~ is the
236 Similarly, the line ~^Z suspends the
239 The line ~^] escapes to the normal
243 Once a connection has been opened,
245 will attempt to enable the
250 will revert to one of two input modes:
251 either \*(Lqcharacter at a time\*(Rq
252 or \*(Lqold line by line\*(Rq
253 depending on what the remote system supports.
257 is enabled, character processing is done on the
258 local system, under the control of the remote system. When input
259 editing or character echoing is to be disabled, the remote system
260 will relay that information. The remote system will also relay
261 changes to any special characters that happen on the remote
262 system, so that they can take effect on the local system.
264 In \*(Lqcharacter at a time\*(Rq mode, most
265 text typed is immediately sent to the remote host for processing.
267 In \*(Lqold line by line\*(Rq mode, all text is echoed locally,
268 and (normally) only completed lines are sent to the remote host.
269 The \*(Lqlocal echo character\*(Rq (initially \*(Lq^E\*(Rq) may be used
270 to turn off and on the local echo
271 (this would mostly be used to enter passwords
272 without the password being echoed).
276 option is enabled, or if the
280 (the default for \*(Lqold line by line\*(Rq; see below),
286 characters are trapped locally, and sent as
288 protocol sequences to the remote side.
291 has ever been enabled, then the user's
304 There are options (see
311 which cause this action to flush subsequent output to the terminal
312 (until the remote host acknowledges the
314 sequence) and flush previous terminal input
320 While connected to a remote host,
322 command mode may be entered by typing the
324 \*(Lqescape character\*(Rq (initially \*(Lq^]\*(Rq).
325 When in command mode, the normal terminal editing conventions are available.
329 commands are available.
330 Only enough of each command to uniquely identify it need be typed
331 (this is also true for arguments to the
342 .Bl -tag -width "mode type"
343 .It Ic auth Ar argument ...
344 The auth command manipulates the information sent through the
345 .Dv TELNET AUTHENTICATE
346 option. Valid arguments for the
349 .Bl -tag -width "disable type"
350 .It Ic disable Ar type
351 Disables the specified type of authentication. To
352 obtain a list of available types, use the
355 .It Ic enable Ar type
356 Enables the specified type of authentication. To
357 obtain a list of available types, use the
361 Lists the current status of the various types of
367 session and return to command mode.
368 .It Ic display Ar argument ...
369 Displays all, or some, of the
374 .It Ic encrypt Ar argument ...
375 The encrypt command manipulates the information sent through the
379 Valid arguments for the
383 .It Ic disable Ar type Xo
384 .Op Cm input | output
386 Disables the specified type of encryption. If you
387 omit the input and output, both input and output
388 are disabled. To obtain a list of available
390 .Ic encrypt disable ?\&
392 .It Ic enable Ar type Xo
393 .Op Cm input | output
395 Enables the specified type of encryption. If you
396 omit input and output, both input and output are
397 enabled. To obtain a list of available types, use the
398 .Ic encrypt enable ?\&
401 This is the same as the
402 .Ic encrypt start input
405 This is the same as the
406 .Ic encrypt stop input
409 This is the same as the
410 .Ic encrypt start output
413 This is the same as the
414 .Ic encrypt stop output
416 .It Ic start Op Cm input | output
417 Attempts to start encryption. If you omit
421 both input and output are enabled. To
422 obtain a list of available types, use the
423 .Ic encrypt enable ?\&
426 Lists the current status of encryption.
427 .It Ic stop Op Cm input | output
428 Stops encryption. If you omit input and output,
429 encryption is on both input and output.
431 Sets the default type of encryption to be used
438 .It Ic environ Ar arguments ...
441 command is used to manipulate the
442 variables that may be sent through the
445 The initial set of variables is populated with the
446 contents of the following environment variables, if
448 .Ev USER , PRINTER , DISPLAY , TERM , COLUMNS , LINES.
450 Only the first three are exported, by default.
452 Valid arguments for the
456 .It Ic define Ar variable [value]
461 If value is empty, the value is taken from the environment variable.
462 Any variables defined by this command are automatically exported.
465 may be enclosed in single or double quotes so
466 that tabs and spaces may be included.
467 .It Ic undefine Ar variable
470 from the list of environment variables.
471 .It Ic export Ar variable
474 to be exported to the remote side.
475 .It Ic unexport Ar variable
478 to not be exported unless
479 explicitly asked for by the remote side.
481 List the current set of environment variables.
484 will be sent automatically,
485 other variables will only be sent if explicitly requested.
487 Prints out help information for the
494 option to the remote side.
495 This command is similar to a
497 command; however, if the remote side does not support the
499 option, nothing happens.
500 If, however, the remote side does support the
502 option, this command should cause the remote side to close the
505 If the remote side also supports the concept of
506 suspending a user's session for later reattachment,
507 the logout argument indicates that you
508 should terminate the session immediately.
511 is one of several options, depending on the state of the
514 The remote host is asked for permission to go into the requested mode.
515 If the remote host is capable of entering that mode, the requested
516 mode will be entered.
521 option, or, if the remote side does not understand the
523 option, then enter \*(Lqcharacter at a time\*(Rq mode.
527 option, or, if the remote side does not understand the
529 option, then attempt to enter \*(Lqold-line-by-line\*(Rq mode.
530 .It Ic isig Pq Ic \-isig
531 Attempt to enable (disable) the
536 This requires that the
539 .It Ic edit Pq Ic \-edit
540 Attempt to enable (disable) the
545 This requires that the
548 .It Ic softtabs Pq Ic \-softtabs
549 Attempt to enable (disable) the
554 This requires that the
557 .It Ic litecho Pq Ic \-litecho
558 Attempt to enable (disable) the
563 This requires that the
567 Prints out help information for the
574 .Op Oo Fl Oc Ns Ar port
576 Open a connection to the named host.
580 will attempt to contact a
582 server at the default port.
583 The host specification may be either a host name (see
585 an Internet address specified in the \*(Lqdot notation\*(Rq (see
587 or IPv6 host name or IPv6 coloned-hexadecimal addreess.
590 option may be used to specify the user name
591 to be passed to the remote system via the
594 When connecting to a non-standard port,
596 omits any automatic initiation of
598 options. When the port number is preceded by a minus sign,
599 the initial option negotiation is done.
600 After establishing a connection, the file
603 users home directory is opened. Lines beginning with a # are
604 comment lines. Blank lines are ignored. Lines that begin
605 without white space are the start of a machine entry. The
606 first thing on the line is the name of the machine that is
607 being connected to. The rest of the line, and successive
608 lines that begin with white space are assumed to be
610 commands and are processed as if they had been typed
619 An end of file (in command mode) will also close a session and exit.
620 .It Ic send Ar arguments
621 Sends one or more special character sequences to the remote host.
622 The following are the arguments which may be specified
623 (more than one argument may be specified at a time):
625 .Bl -tag -width escape
635 (Abort Output) sequence, which should cause the remote system to flush
645 sequence, to which the remote system may or may not choose to respond.
649 (Break) sequence, which may have significance to the remote
655 sequence, which should cause the remote system to erase the last character
661 sequence, which should cause the remote system to erase the line currently
676 escape character (initially \*(Lq^\*(Rq).
681 sequence, which likely has no significance to the remote system.
683 If the remote side supports the
687 will send the subnegotiation to request that the server send
688 its current option status.
692 (Interrupt Process) sequence, which should cause the remote
693 system to abort the currently running process.
708 This sequence causes the remote system to discard all previously typed
709 (but not yet read) input.
710 This sequence is sent as
713 data (and may not work if the remote system is a
716 it doesn't work, a lower case \*(Lqr\*(Rq may be echoed on the terminal).
726 can be either a decimal number between 0 and 255,
727 or a symbolic name for a specific
735 to print out help information, including
736 a list of known symbolic names.
738 Prints out help information for the
742 .It Ic set Ar argument value
743 .It Ic unset Ar argument value
746 command will set any one of a number of
748 variables to a specific value or to
752 turns off the function associated with
753 the variable, this is equivalent to using the
758 command will disable or set to
760 any of the specified functions.
761 The values of variables may be interrogated with the
764 The variables which may be set or unset, but not toggled, are
765 listed here. In addition, any of the variables for the
767 command may be explicitly set or unset using
773 .Bl -tag -width escape
777 is in localchars mode, or
779 is enabled, and the status character is typed, a
783 preceding) is sent to the
784 remote host. The initial value for the \*(LqAre You There\*(Rq
785 character is the terminal's status character.
787 This is the value (initially \*(Lq^E\*(Rq) which, when in
788 \*(Lqline by line\*(Rq mode, toggles between doing local echoing
789 of entered characters (for normal processing), and suppressing
790 echoing of entered characters (for entering, say, a password).
796 or \*(Lqold line by line\*(Rq mode, entering this character
797 as the first character on a line will cause this character to be
798 sent to the remote system.
799 The initial value of the eof character is taken to be the terminal's
814 is operating in \*(Lqcharacter at a time\*(Rq mode, then when this
815 character is typed, a
821 is sent to the remote system.
822 The initial value for the erase character is taken to be
829 escape character (initially \*(Lq^[\*(Rq) which causes entry
832 command mode (when connected to a remote system).
844 character is typed, a
850 is sent to the remote host.
851 The initial value for the flush character is taken to be
862 characters that, when typed, cause partial lines to be
863 forwarded to the remote system. The initial value for
864 the forwarding characters are taken from the terminal's
865 eol and eol2 characters.
877 character is typed, a
883 is sent to the remote host.
884 The initial value for the interrupt character is taken to be
900 is operating in \*(Lqcharacter at a time\*(Rq mode, then when this
901 character is typed, a
907 is sent to the remote system.
908 The initial value for the kill character is taken to be
917 or \*(Lqold line by line\*(Rq mode, then this character is taken to
921 The initial value for the lnext character is taken to be
936 character is typed, a
942 is sent to the remote host.
943 The initial value for the quit character is taken to be
952 or \*(Lqold line by line\*(Rq mode, then this character is taken to
956 The initial value for the reprint character is taken to be
961 This is the rlogin escape character.
964 escape character is ignored unless it is
965 preceded by this character at the beginning of a line.
966 This character, at the beginning of a line followed by
967 a "." closes the connection; when followed by a ^Z it
970 command. The initial state is to
976 .Dv TELNET TOGGLE-FLOW-CONTROL
977 option has been enabled,
978 then this character is taken to
982 The initial value for the start character is taken to be
988 .Dv TELNET TOGGLE-FLOW-CONTROL
989 option has been enabled,
990 then this character is taken to
994 The initial value for the stop character is taken to be
1007 character is typed, a
1013 is sent to the remote host.
1014 The initial value for the suspend character is taken to be
1019 This is the file to which the output, caused by
1025 will be written. If it is set to
1027 then tracing information will be written to standard output (the default).
1033 or \*(Lqold line by line\*(Rq mode, then this character is taken to
1037 The initial value for the worderase character is taken to be
1047 .It Ic opie Ar sequence challenge
1050 command computes a response to the OPIE challenge.
1054 command (Set Local Characters) is used to set
1055 or change the state of the special
1059 been enabled. Special characters are characters that get
1062 commands sequences (like
1066 or line editing characters (like
1070 By default, the local special characters are exported.
1073 Verify the current settings for the current special characters.
1074 The remote side is requested to send all the current special
1075 character settings, and if there are any discrepancies with
1076 the local side, the local side will switch to the remote value.
1078 Switch to the local defaults for the special characters. The
1079 local default characters are those of the local terminal at
1084 Switch to the remote defaults for the special characters.
1085 The remote default characters are those of the remote system
1086 at the time when the
1088 connection was established.
1090 Prints out help information for the
1095 Show the current status of
1097 This includes the peer one is connected to, as well
1098 as the current mode.
1099 .It Ic toggle Ar arguments ...
1104 various flags that control how
1107 These flags may be set explicitly to
1115 commands listed above.
1116 More than one argument may be specified.
1117 The state of these flags may be interrogated with the
1120 Valid arguments are:
1123 Turns on debugging information for the authentication code.
1135 characters are recognized (and transformed into
1141 refuses to display any data on the user's terminal
1142 until the remote system acknowledges (via a
1143 .Dv TELNET TIMING MARK
1145 that it has processed those
1148 The initial value for this toggle is
1150 if the terminal user had not
1151 done an "stty noflsh", otherwise
1158 option is negotiated, by
1159 default the actual encryption (decryption) of the data
1160 stream does not start automatically. The autoencrypt
1161 (autodecrypt) command states that encryption of the
1162 output (input) stream should be enabled as soon as
1165 If the remote side supports the
1166 .Dv TELNET AUTHENTICATION
1169 attempts to use it to perform automatic authentication. If the
1171 option is not supported, the user's login
1172 name are propagated through the
1175 This command is the same as specifying
1187 then when either the
1191 characters is typed (see
1193 above for descriptions of the
1197 characters), the resulting
1199 sequence sent is followed by the
1204 cause the remote system to begin throwing away all previously
1205 typed input until both of the
1207 sequences have been read and acted upon.
1208 The initial value of this toggle is
1211 Enable or disable the
1213 option on both input and output.
1215 Enable or disable the
1219 Enable or disable the
1225 then carriage returns will be sent as
1229 then carriage returns will be send as
1231 The initial value for this toggle is
1234 Toggle carriage return mode.
1235 When this mode is enabled, most carriage return characters received from
1236 the remote host will be mapped into a carriage return followed by
1238 This mode does not affect those characters typed by the user, only
1239 those received from the remote host.
1240 This mode is not very useful unless the remote host
1241 only sends carriage return, but never line feed.
1242 The initial value for this toggle is
1245 Toggles socket level debugging (useful only to the
1247 The initial value for this toggle is
1250 Turns on debugging information for the encryption code.
1263 above) are recognized locally, and transformed into (hopefully) appropriate
1276 The initial value for this toggle is
1278 in \*(Lqold line by line\*(Rq mode,
1281 in \*(Lqcharacter at a time\*(Rq mode.
1284 option is enabled, the value of
1286 is ignored, and assumed to always be
1290 has ever been enabled, then
1306 Toggles the display of all network data (in hexadecimal format).
1307 The initial value for this toggle is
1310 Toggles the display of some internal
1312 protocol processing (having to do with
1315 The initial value for this toggle is
1320 toggle is enabled, if
1322 is enabled the output from the
1324 command will be formatted in a more user readable format.
1325 Spaces are put between each character in the output, and the
1328 escape sequence is preceded by a '*' to aid in locating them.
1330 When the skiprc toggle is
1333 skips the reading of the
1335 file in the users home
1336 directory when connections are opened. The initial
1337 value for this toggle is
1340 Toggles the display of all terminal data (in hexadecimal format).
1341 The initial value for this toggle is
1343 .It Ic verbose_encrypt
1349 prints out a message each time encryption is enabled or
1350 disabled. The initial value for this toggle is
1360 This command only works when the user is using the
1362 .It Ic \&! Op Ar command
1363 Execute a single command in a subshell on the local
1366 is omitted, then an interactive
1367 subshell is invoked.
1368 .It Ic ?\& Op Ar command
1369 Get help. With no arguments,
1371 prints a help summary.
1376 will print the help information for just that command.
1386 environment variables.
1387 Other environment variables may be propagated
1388 to the other side via the
1398 .Bl -tag -width ~/.telnetrc -compact
1400 user customized telnet startup values
1408 IPv6 support was added by WIDE/KAME project.
1410 On some remote systems, echo has to be turned off manually when in
1411 \*(Lqold line by line\*(Rq mode.
1413 In \*(Lqold line by line\*(Rq mode or
1417 character is only recognized (and sent to the remote system)
1418 when it is the first character on a line.