BSD 4_3_Tahoe development
[unix-history] / usr / man / cat1 / rlogin.0
RLOGIN(1C) UNIX Programmer's Manual RLOGIN(1C)
N\bNA\bAM\bME\bE
rlogin - remote login
S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
r\brl\blo\bog\bgi\bin\bn rhost [ -\b-e\be_\bc ] [ -\b-8\b8 ] [ -\b-L\bL ] [ -\b-l\bl username ]
rhost [ -\b-e\be_\bc ] [ -\b-8\b8 ] [ -\b-L\bL ] [ -\b-l\bl username ]
D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
_\bR_\bl_\bo_\bg_\bi_\bn connects your terminal on the current local host sys-
tem _\bl_\bh_\bo_\bs_\bt to the remote host system _\br_\bh_\bo_\bs_\bt.
Each host has a file /_\be_\bt_\bc/_\bh_\bo_\bs_\bt_\bs._\be_\bq_\bu_\bi_\bv which contains a list
of _\br_\bh_\bo_\bs_\bt's with which it shares account names. (The host
names must be the standard names as described in _\br_\bs_\bh(1C).)
When you _\br_\bl_\bo_\bg_\bi_\bn as the same user on an equivalent host, you
don't need to give a password. Each user may also have a
private equivalence list in a file .rhosts in his login
directory. Each line in this file should contain an _\br_\bh_\bo_\bs_\bt
and a _\bu_\bs_\be_\br_\bn_\ba_\bm_\be separated by a space, giving additional cases
where logins without passwords are to be permitted. If the
originating user is not equivalent to the remote user, then
a login and password will be prompted for on the remote
machine as in _\bl_\bo_\bg_\bi_\bn(1). To avoid some security problems,
the .rhosts file must be owned by either the remote user or
root.
The remote terminal type is the same as your local terminal
type (as given in your environment TERM variable). The ter-
minal or window size is also copied to the remote system if
the server supports the option, and changes in size are
reflected as well. All echoing takes place at the remote
site, so that (except for delays) the rlogin is transparent.
Flow control via ^S and ^Q and flushing of input and output
on interrupts are handled properly. The optional argument
-\b-8\b8 allows an eight-bit input data path at all times; other-
wise parity bits are stripped except when the remote side's
stop and start characters are other than ^S/^Q. The argu-
ment -\b-L\bL allows the rlogin session to be run in litout mode.
A line of the form ``~.'' disconnects from the remote host,
where ``~'' is the escape character. Similarly, the line
``~^Z'' (where ^Z, control-Z, is the suspend character) will
suspend the rlogin session. Substitution of the delayed-
suspend character (normally ^Y) for the suspend character
suspends the send portion of the rlogin, but allows output
from the remote system. A different escape character may be
specified by the -\b-e\be option. There is no space separating
this option flag and the argument character.
S\bSE\bEE\bE A\bAL\bLS\bSO\bO
rsh(1C)
Printed 7/9/88 May 12, 1986 1
RLOGIN(1C) UNIX Programmer's Manual RLOGIN(1C)
F\bFI\bIL\bLE\bES\bS
/usr/hosts/* for _\br_\bh_\bo_\bs_\bt version of the command
B\bBU\bUG\bGS\bS
More of the environment should be propagated.
Printed 7/9/88 May 12, 1986 2