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 taken from the users
446 environment, with only the
450 variables being exported by default.
453 variable is also exported if the
459 Valid arguments for the
463 .It Ic define Ar variable value
468 Any variables defined by this command are automatically exported.
471 may be enclosed in single or double quotes so
472 that tabs and spaces may be included.
473 .It Ic undefine Ar variable
476 from the list of environment variables.
477 .It Ic export Ar variable
480 to be exported to the remote side.
481 .It Ic unexport Ar variable
484 to not be exported unless
485 explicitly asked for by the remote side.
487 List the current set of environment variables.
490 will be sent automatically,
491 other variables will only be sent if explicitly requested.
493 Prints out help information for the
500 option to the remote side.
501 This command is similar to a
503 command; however, if the remote side does not support the
505 option, nothing happens.
506 If, however, the remote side does support the
508 option, this command should cause the remote side to close the
511 If the remote side also supports the concept of
512 suspending a user's session for later reattachment,
513 the logout argument indicates that you
514 should terminate the session immediately.
517 is one of several options, depending on the state of the
520 The remote host is asked for permission to go into the requested mode.
521 If the remote host is capable of entering that mode, the requested
522 mode will be entered.
527 option, or, if the remote side does not understand the
529 option, then enter \*(Lqcharacter at a time\*(Rq mode.
533 option, or, if the remote side does not understand the
535 option, then attempt to enter \*(Lqold-line-by-line\*(Rq mode.
536 .It Ic isig Pq Ic \-isig
537 Attempt to enable (disable) the
542 This requires that the
545 .It Ic edit Pq Ic \-edit
546 Attempt to enable (disable) the
551 This requires that the
554 .It Ic softtabs Pq Ic \-softtabs
555 Attempt to enable (disable) the
560 This requires that the
563 .It Ic litecho Pq Ic \-litecho
564 Attempt to enable (disable) the
569 This requires that the
573 Prints out help information for the
580 .Op Oo Fl Oc Ns Ar port
582 Open a connection to the named host.
586 will attempt to contact a
588 server at the default port.
589 The host specification may be either a host name (see
591 an Internet address specified in the \*(Lqdot notation\*(Rq (see
593 or IPv6 host name or IPv6 coloned-hexadecimal addreess.
596 option may be used to specify the user name
597 to be passed to the remote system via the
600 When connecting to a non-standard port,
602 omits any automatic initiation of
604 options. When the port number is preceded by a minus sign,
605 the initial option negotiation is done.
606 After establishing a connection, the file
609 users home directory is opened. Lines beginning with a # are
610 comment lines. Blank lines are ignored. Lines that begin
611 without white space are the start of a machine entry. The
612 first thing on the line is the name of the machine that is
613 being connected to. The rest of the line, and successive
614 lines that begin with white space are assumed to be
616 commands and are processed as if they had been typed
625 An end of file (in command mode) will also close a session and exit.
626 .It Ic send Ar arguments
627 Sends one or more special character sequences to the remote host.
628 The following are the arguments which may be specified
629 (more than one argument may be specified at a time):
631 .Bl -tag -width escape
641 (Abort Output) sequence, which should cause the remote system to flush
651 sequence, to which the remote system may or may not choose to respond.
655 (Break) sequence, which may have significance to the remote
661 sequence, which should cause the remote system to erase the last character
667 sequence, which should cause the remote system to erase the line currently
682 escape character (initially \*(Lq^\*(Rq).
687 sequence, which likely has no significance to the remote system.
689 If the remote side supports the
693 will send the subnegotiation to request that the server send
694 its current option status.
698 (Interrupt Process) sequence, which should cause the remote
699 system to abort the currently running process.
714 This sequence causes the remote system to discard all previously typed
715 (but not yet read) input.
716 This sequence is sent as
719 data (and may not work if the remote system is a
722 it doesn't work, a lower case \*(Lqr\*(Rq may be echoed on the terminal).
732 can be either a decimal number between 0 and 255,
733 or a symbolic name for a specific
741 to print out help information, including
742 a list of known symbolic names.
744 Prints out help information for the
748 .It Ic set Ar argument value
749 .It Ic unset Ar argument value
752 command will set any one of a number of
754 variables to a specific value or to
758 turns off the function associated with
759 the variable, this is equivalent to using the
764 command will disable or set to
766 any of the specified functions.
767 The values of variables may be interrogated with the
770 The variables which may be set or unset, but not toggled, are
771 listed here. In addition, any of the variables for the
773 command may be explicitly set or unset using
779 .Bl -tag -width escape
783 is in localchars mode, or
785 is enabled, and the status character is typed, a
789 preceding) is sent to the
790 remote host. The initial value for the \*(LqAre You There\*(Rq
791 character is the terminal's status character.
793 This is the value (initially \*(Lq^E\*(Rq) which, when in
794 \*(Lqline by line\*(Rq mode, toggles between doing local echoing
795 of entered characters (for normal processing), and suppressing
796 echoing of entered characters (for entering, say, a password).
802 or \*(Lqold line by line\*(Rq mode, entering this character
803 as the first character on a line will cause this character to be
804 sent to the remote system.
805 The initial value of the eof character is taken to be the terminal's
820 is operating in \*(Lqcharacter at a time\*(Rq mode, then when this
821 character is typed, a
827 is sent to the remote system.
828 The initial value for the erase character is taken to be
835 escape character (initially \*(Lq^[\*(Rq) which causes entry
838 command mode (when connected to a remote system).
850 character is typed, a
856 is sent to the remote host.
857 The initial value for the flush character is taken to be
868 characters that, when typed, cause partial lines to be
869 forwarded to the remote system. The initial value for
870 the forwarding characters are taken from the terminal's
871 eol and eol2 characters.
883 character is typed, a
889 is sent to the remote host.
890 The initial value for the interrupt character is taken to be
906 is operating in \*(Lqcharacter at a time\*(Rq mode, then when this
907 character is typed, a
913 is sent to the remote system.
914 The initial value for the kill character is taken to be
923 or \*(Lqold line by line\*(Rq mode, then this character is taken to
927 The initial value for the lnext character is taken to be
942 character is typed, a
948 is sent to the remote host.
949 The initial value for the quit character is taken to be
958 or \*(Lqold line by line\*(Rq mode, then this character is taken to
962 The initial value for the reprint character is taken to be
967 This is the rlogin escape character.
970 escape character is ignored unless it is
971 preceded by this character at the beginning of a line.
972 This character, at the beginning of a line followed by
973 a "." closes the connection; when followed by a ^Z it
976 command. The initial state is to
982 .Dv TELNET TOGGLE-FLOW-CONTROL
983 option has been enabled,
984 then this character is taken to
988 The initial value for the start character is taken to be
994 .Dv TELNET TOGGLE-FLOW-CONTROL
995 option has been enabled,
996 then this character is taken to
1000 The initial value for the stop character is taken to be
1013 character is typed, a
1019 is sent to the remote host.
1020 The initial value for the suspend character is taken to be
1025 This is the file to which the output, caused by
1031 will be written. If it is set to
1033 then tracing information will be written to standard output (the default).
1039 or \*(Lqold line by line\*(Rq mode, then this character is taken to
1043 The initial value for the worderase character is taken to be
1053 .It Ic opie Ar sequence challenge
1056 command computes a response to the OPIE challenge.
1060 command (Set Local Characters) is used to set
1061 or change the state of the special
1065 been enabled. Special characters are characters that get
1068 commands sequences (like
1072 or line editing characters (like
1076 By default, the local special characters are exported.
1079 Verify the current settings for the current special characters.
1080 The remote side is requested to send all the current special
1081 character settings, and if there are any discrepancies with
1082 the local side, the local side will switch to the remote value.
1084 Switch to the local defaults for the special characters. The
1085 local default characters are those of the local terminal at
1090 Switch to the remote defaults for the special characters.
1091 The remote default characters are those of the remote system
1092 at the time when the
1094 connection was established.
1096 Prints out help information for the
1101 Show the current status of
1103 This includes the peer one is connected to, as well
1104 as the current mode.
1105 .It Ic toggle Ar arguments ...
1110 various flags that control how
1113 These flags may be set explicitly to
1121 commands listed above.
1122 More than one argument may be specified.
1123 The state of these flags may be interrogated with the
1126 Valid arguments are:
1129 Turns on debugging information for the authentication code.
1141 characters are recognized (and transformed into
1147 refuses to display any data on the user's terminal
1148 until the remote system acknowledges (via a
1149 .Dv TELNET TIMING MARK
1151 that it has processed those
1154 The initial value for this toggle is
1156 if the terminal user had not
1157 done an "stty noflsh", otherwise
1164 option is negotiated, by
1165 default the actual encryption (decryption) of the data
1166 stream does not start automatically. The autoencrypt
1167 (autodecrypt) command states that encryption of the
1168 output (input) stream should be enabled as soon as
1171 If the remote side supports the
1172 .Dv TELNET AUTHENTICATION
1175 attempts to use it to perform automatic authentication. If the
1177 option is not supported, the user's login
1178 name are propagated through the
1181 This command is the same as specifying
1193 then when either the
1197 characters is typed (see
1199 above for descriptions of the
1203 characters), the resulting
1205 sequence sent is followed by the
1210 cause the remote system to begin throwing away all previously
1211 typed input until both of the
1213 sequences have been read and acted upon.
1214 The initial value of this toggle is
1217 Enable or disable the
1219 option on both input and output.
1221 Enable or disable the
1225 Enable or disable the
1231 then carriage returns will be sent as
1235 then carriage returns will be send as
1237 The initial value for this toggle is
1240 Toggle carriage return mode.
1241 When this mode is enabled, most carriage return characters received from
1242 the remote host will be mapped into a carriage return followed by
1244 This mode does not affect those characters typed by the user, only
1245 those received from the remote host.
1246 This mode is not very useful unless the remote host
1247 only sends carriage return, but never line feed.
1248 The initial value for this toggle is
1251 Toggles socket level debugging (useful only to the
1253 The initial value for this toggle is
1256 Turns on debugging information for the encryption code.
1269 above) are recognized locally, and transformed into (hopefully) appropriate
1282 The initial value for this toggle is
1284 in \*(Lqold line by line\*(Rq mode,
1287 in \*(Lqcharacter at a time\*(Rq mode.
1290 option is enabled, the value of
1292 is ignored, and assumed to always be
1296 has ever been enabled, then
1312 Toggles the display of all network data (in hexadecimal format).
1313 The initial value for this toggle is
1316 Toggles the display of some internal
1318 protocol processing (having to do with
1321 The initial value for this toggle is
1326 toggle is enabled, if
1328 is enabled the output from the
1330 command will be formatted in a more user readable format.
1331 Spaces are put between each character in the output, and the
1334 escape sequence is preceded by a '*' to aid in locating them.
1336 When the skiprc toggle is
1339 skips the reading of the
1341 file in the users home
1342 directory when connections are opened. The initial
1343 value for this toggle is
1346 Toggles the display of all terminal data (in hexadecimal format).
1347 The initial value for this toggle is
1349 .It Ic verbose_encrypt
1355 prints out a message each time encryption is enabled or
1356 disabled. The initial value for this toggle is
1366 This command only works when the user is using the
1368 .It Ic \&! Op Ar command
1369 Execute a single command in a subshell on the local
1372 is omitted, then an interactive
1373 subshell is invoked.
1374 .It Ic ?\& Op Ar command
1375 Get help. With no arguments,
1377 prints a help summary.
1382 will print the help information for just that command.
1392 environment variables.
1393 Other environment variables may be propagated
1394 to the other side via the
1404 .Bl -tag -width ~/.telnetrc -compact
1406 user customized telnet startup values
1414 IPv6 support was added by WIDE/KAME project.
1416 On some remote systems, echo has to be turned off manually when in
1417 \*(Lqold line by line\*(Rq mode.
1419 In \*(Lqold line by line\*(Rq mode or
1423 character is only recognized (and sent to the remote system)
1424 when it is the first character on a line.