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 .\" @(#)rlogin.1 8.2 (Berkeley) 4/29/95
53 starts a terminal session on a remote host
57 first attempts to use the standard Berkeley
59 authorization mechanism.
60 The options are as follows:
65 option allows an eight-bit input data path at all times; otherwise
66 parity bits are stripped except when the remote side's stop and start
67 characters are other than
72 option stops any character from being recognized as an escape character.
75 option, this provides a completely transparent connection.
79 option allows the rlogin session to be run in ``litout'' (see
85 option turns on socket debugging (see
87 on the TCP sockets used for communication with the remote host.
91 option allows user specification of the escape character, which is
93 This specification may be as a literal character, or as an octal
94 value in the form \ennn.
97 A line of the form ``<escape char>.'' disconnects from the remote host.
98 Similarly, the line ``<escape char>^Z'' will suspend the
100 session, and ``<escape char><delayed-suspend char>'' suspends the
101 send portion of the rlogin, but allows output from the remote system.
102 By default, the tilde (``~'') character is the escape character, and
103 normally control-Y (``^Y'') is the delayed-suspend character.
105 All echoing takes place at the remote site, so that (except for delays)
109 Flow control via ^S/^Q and flushing of input and output on interrupts
110 are handled properly.
112 The following environment variable is utilized by
116 Determines the user's terminal type.
131 More of the environment should be propagated.