rlogin
[options] hostConnect terminal on current local host system (i.e., log in) to a remote host system. The .rhosts file in your home directory (on the remote host) lists the hostnames (and optionally, the usernames on those hosts) you're allowed to connect from without giving a password. See also ssh.
-8
Allow 8-bit data to pass instead of 7-bit data.
-e
cUse escape character c (default is ~
). You can type ~.
to disconnect from remote host, though you'll exit more "cleanly" by logging out.
-E
Do not have any escape character. Solaris only.
-l
userLog in to remote host as user, instead of using the name on the local host.
-L
Allow rlogin to run in LITOUT mode (8-bit data may pass in output only).