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
54 starts a terminal session on a remote host
58 first attempts to use the Kerberos authorization mechanism, described below.
59 If the remote host does not supporting Kerberos the standard Berkeley
61 authorization mechanism is used.
62 The options are as follows:
67 option allows an eight-bit input data path at all times; otherwise
68 parity bits are stripped except when the remote side's stop and start
69 characters are other than
74 option stops any character from being recognized as an escape character.
77 option, this provides a completely transparent connection.
81 option turns off all Kerberos authentication.
85 option allows the rlogin session to be run in ``litout'' (see
91 option turns on socket debugging (see
93 on the TCP sockets used for communication with the remote host.
97 option allows user specification of the escape character, which is
99 This specification may be as a literal character, or as an octal
100 value in the form \ennn.
104 option requests rlogin to obtain tickets for the remote host
107 instead of the remote host's realm as determined by
108 .Xr krb_realmofhost 3 .
114 encryption for all data passed via the
116 This may impact response time and
118 utilization, but provides
122 A line of the form ``<escape char>.'' disconnects from the remote host.
123 Similarly, the line ``<escape char>^Z'' will suspend the
125 session, and ``<escape char><delayed-suspend char>'' suspends the
126 send portion of the rlogin, but allows output from the remote system.
127 By default, the tilde (``~'') character is the escape character, and
128 normally control-Y (``^Y'') is the delayed-suspend character.
130 All echoing takes place at the remote site, so that (except for delays)
134 Flow control via ^S/^Q and flushing of input and output on interrupts
135 are handled properly.
136 .Sh KERBEROS AUTHENTICATION
137 Each user may have a private authorization list in the file
139 in their home directory.
140 Each line in this file should contain a Kerberos principal name of the
142 .Ar principal.instance@realm .
143 If the originating user is authenticated to one of the principals named
146 access is granted to the account.
148 .Ar accountname.@localrealm
153 Otherwise a login and password will be prompted for on the remote machine
156 To avoid certain security problems, the
158 file must be owned by
161 If Kerberos authentication fails, a warning message is printed and the
166 The following environment variable is utilized by
170 Determines the user's terminal type.
176 .Xr krb_realmofhost 3
188 More of the environment should be propagated.