HP-UX Reference (11i v1 00/12) - 1 User Commands N-Z (vol 2)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man1/neqn.1
________________________________________________________________
___ ___
r
rlogin(1) rlogin(1)
rlogin remote
Set the escape character to a !, use a seven-bit data connection, and attempt a login as user guest on
host remhost:
rlogin remhost -e! -7 -l guest
Assuming that your system administrator has set up the links in /usr/hosts, the following is equivalent
to the previous command:
remhost -e! -7 -l guest
WARNINGS
For security purposes, the /etc/hosts.equiv and .rhosts files should exist, even if they are empty.
These files should be readable and writable only by the owner. See host.equiv(4) for more information.
Note also that all information, including any passwords asked for, is passed unencrypted between the two
hosts.
rlogin is unable to transmit the Break key as an interrupt signal to the remote system, regardless of
whether the user has set stty brkint on the local system. The key assigned to
SIGINT with the com-
mand
stty intr c should be used instead (see stty(1)).
AUTHOR
rlogin was developed by the University of California, Berkeley.
FILES
$HOME/.rhosts User’s private equivalence list
/etc/hosts.equiv List of equivalent hosts
/usr/hosts/* For rhost version of the command
SEE ALSO
csh(1), ksh(1), login(1), remsh(1), sh(1), sh-bourne(1), sh-posix(1), stty(1), telnet(1), rlogind(1M),
inetsvcs_sec(1M), hosts(4), hosts.equiv(4), inetd.conf(4), services(4), termio(7), tty(7).
Section 1792 3 HP-UX Release 11i: December 2000
___
___