1RLOGIN(1) BSD General Commands Manual RLOGIN(1)
2
4 rlogin — remote login
5
7 rlogin [-8EKLdx] [-e char] [-l username] host
8
10 Rlogin starts a terminal session on a remote host host.
11
12 The standard Berkeley rhosts authorization mechanism is used. The
13 options are as follows:
14
15 -8 The -8 option allows an eight-bit input data path at all times;
16 otherwise parity bits are stripped except when the remote side's
17 stop and start characters are other than ^S/^Q .
18
19 -E The -E option stops any character from being recognized as an
20 escape character. When used with the -8 option, this provides a
21 completely transparent connection.
22
23 -L The -L option allows the rlogin session to be run in ``litout''
24 (see tty(4)) mode.
25
26 -d The -d option turns on socket debugging (see setsockopt(2)) on the
27 TCP sockets used for communication with the remote host.
28
29 -e The -e option allows user specification of the escape character,
30 which is ``~'' by default. This specification may be as a literal
31 character, or as an octal value in the form \nnn.
32
33 A line of the form ``<escape char>.'' disconnects from the remote host.
34 Similarly, the line ``<escape char>^Z'' will suspend the rlogin session,
35 and ``<escape char><delayed-suspend char>'' suspends the send portion of
36 the rlogin, but allows output from the remote system. By default, the
37 tilde (``~'') character is the escape character, and normally control-Y
38 (``^Y'') is the delayed-suspend character.
39
40 All echoing takes place at the remote site, so that (except for delays)
41 the rlogin is transparent. Flow control via ^S/^Q and flushing of input
42 and output on interrupts are handled properly.
43
45 The following environment variable is utilized by rlogin:
46
47 TERM Determines the user's terminal type.
48
50 rsh(1),
51
53 The rlogin command appeared in 4.2BSD.
54
56 Rlogin will be replaced by telnet(1) in the near future.
57
58 More of the environment should be propagated.
59
60Linux NetKit (0.17) August 15, 1999 Linux NetKit (0.17)