首页
首页 » 系统管理 » rlogin(remote login)

rlogin(remote login)

rlogin(remote login)
功能说明:远端登入。
语  法:rlogin [-8EL][-e <脱离字符>][-l <用户名称>][主机名称或IP地址]
补充说明:执行rlogin指令开启终端机阶段操作,并登入远端主机。
参  数:
 -8  允许输入8位字符数据。 
 -e脱离字符>  设置脱离字符。 
 -E  滤除脱离字符。 
 -l用户名称>  指定要登入远端主机的用户名称。 
 -L  使用litout模式进行远端登入阶段操作。

rlogin

rlogin [options] rhost

Remote login. rlogin connects the terminal on the current local host system to the remote host system rhost. The remote terminal type is the same as your local terminal type. The terminal or window size is also copied to the remote system if the server supports it. Use of rlogin has generally been replaced with ssh, which offers better security.

Options

-8

Allow an 8-bit input data path at all times.

-d

Debugging mode.

-ec

Specify escape character c (default is ~).

-E

Do not interpret any character as an escape character.

-k

Attempt to get tickets from remote host, requesting them in the realm as determined by krb_realm-ofhost.

-l username

Specify a different username for the remote login. Default is the same as your local username.

-L

Allow rlogin session to be run without any output postprocessing (i.e., run in litout mode).