Command Reference Guide
310 ● rlogin 3Com Router 5000 Family and Router 6000 Family
Command Reference
rlogin
Purpose Use the rlogin command to rlogin onto the specified remote host with the
specified user name.
Syntax rlogin remote-host username
Parameters remote-host
IP address or name of the UNIX host onto which you
want to log.
username
User name for the remote login, which must have
been registered with the Unix host.
Example Log as the user zhb onto the UNIX server at 192.168.0.200.
<3Com> rlogin 192.168.0.200 zhb
Trying 192.168.0.200 ...
Press CTRL+K to abort
Connected to 192.168.0.200 ...
Password:
Enter your password at the prompt. After the authentication is passed,
the server prompt appears.
Last login: Thu Oct 28 17:30:23 from 192.168.0.5
bash: Path: command not found
[root@localhost zhb] #
View This command can be used in the following views:
■ User view
Description The rlogin client function of the router enables its logging terminal users to log onto a
remote UNIX host using rlogin.
After a terminal user logs onto the remote UNIX host and passes authentication, all
characters input by the user except for local terminal escape sequences are sent to the
remote server. The commands in escape sequences are locally executed.
■ The local terminal can terminate the rlogin session in one of the following three
ways:
■ Press CTRL+K.
■ Enter the local terminal escape character, or a tilde (~) at the beginning of a line,
and then enter a dot (.).
■ Enter an abort command requesting the server to terminate the session process.
This command differs with servers, while exit and quit are commonly used.