1 .\" $NetBSD: rlogin.1,v 1.24 2005/03/11 13:14:34 wiz Exp $
3 .\" Copyright (c) 1983, 1990, 1993
4 .\" The Regents of the University of California. All rights reserved.
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\" notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\" notice, this list of conditions and the following disclaimer in the
13 .\" documentation and/or other materials provided with the distribution.
14 .\" 3. Neither the name of the University nor the names of its contributors
15 .\" may be used to endorse or promote products derived from this software
16 .\" without specific prior written permission.
18 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
19 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" @(#)rlogin.1 8.2 (Berkeley) 4/29/95
52 starts a terminal session on a remote host
56 first attempts to use the standard Berkeley
58 authorization mechanism.
59 The options are as follows:
60 .Bl -tag -width XlXusernameX
62 Use IPv4 addresses only.
64 Use IPv6 addresses only.
68 option allows an eight-bit input data path at all times; otherwise
69 parity bits are stripped except when the remote side's stop and start
70 characters are other than
75 option stops any character from being recognized as an escape character.
78 option, this provides a completely transparent connection.
82 option turns on socket debugging (see
84 on the TCP sockets used for communication with the remote host.
88 option allows user specification of the escape character, which is
91 This specification may be as a literal character, or as an octal
92 value in the form \ennn.
96 option specifies an alternate
99 If this option is not specified, your local username will be used.
103 instead of the one assigned to the service
105 May be given either as symbolic name or as number.
109 .Dq Ao escape char Ac Ns \&.
110 disconnects from the remote host.
112 .Dq Ao escape char Ac Ns ^Z
116 .Dq Ao escape char Ac Ns Aq delayed-suspend char
118 send portion of the rlogin, but allows output from the remote system.
119 By default, the tilde
121 character is the escape character, and normally control-Y
123 is the delayed-suspend character.
125 All echoing takes place at the remote site, so that (except for delays) the
128 Flow control via ^S/^Q and flushing of input and output on interrupts
129 are handled properly.
131 The following environment variable is used by
135 Determines the user's terminal type.
150 More of the environment should be propagated.