Linux rlogin command - remote login

rlogin command: remote login.

rlogin command Function Description

Use the rlogin command to connect to a remote host system on the terminal of the current local host system.

rlogin command Syntax

rlogin [Remote Host] [Option]

Option Meaning:

The meanings of the options in the command are shown below:

Option Description
-L Allow rlogin sessions in litout mode
-8 Only 8-bit characters are recognized
-ec Set the escape character to c
-c You need to check before disconnecting via "~"
-n Prevent rlogin from hanging by "~^Z" or "~^Y"
-7 Forced 7-bit transmission
-d Open the debugging of the TCP socket used to communicate with the remote host
-k Request to include ticket information for remote hosts
-F Send a forwardable local authentication to the remote host
-t Setting the terminal type
-a Force the remote host to ask for a password when sending an empty local user name
-f Send a local authentication to the remote host
-x Turn on DES encryption for transmission data via rlogin session

rlogin command Demo

Login to the remote host 192.168.0.5 as user zhangsan.

[root@deepinout ~]# rlogin -l zhangsan 192.168.0.5
connect to address 192.168.0.5 port 543: Connection refused
trying normal rlogin (/usr/bin/rlogin)   Password:
// Enter the password of user zhangsan on remote host 192.168.0.5
[zhangsan@linux ~]$

The root user is not allowed to log in with rlogin by default

Like(1)
Linux Login Logout Command
Linux login commandLinux logout commandLinux nologin commandLinux exit commandLinux sulogin commandLinux rlogin commandLinux poweroff commandLinux ctrlaltdel CommandLinux shutdown commandLinux halt commandLinux reboot commandLinux init commandLinux runlevel commandLinux telinit command
Linux File Management Command
Linux cat commandLinux tac commandLinux nl commandLinux more commandLinux less commandLinux head commandLinux tail commandLinux rev commandLinux fold commandLinux fmt commandLinux expand commandLinux pr commandLinux sort commandLinux uniq commandLinux cut commandLinux comm commandLinux diff commandLinux join commandLinux diff3 commandLinux cmp commandLinux colrm commandLinux paste commandLinux mkdir commandLinux tr commandLinux split commandLinux csplit commandLinux tee commandLinux unexpand commandLinux patch commandLinux awk commandLinux sed commandLinux od commandLinux pwd commandLinux cd commandLinux ls commandLinux dir commandLinux dirs commandLinux touch commandLinux rmdir commandLinux cp commandLinux mv commandLinux rm commandLinux install commandLinux tmpwatch commandLinux file commandLinux du commandLinux wc commandLinux tree commandLinux cksum commandLinux md5sum commandLinux sum commandLinux dirname commandLinux mkfifo Command
Cron Expressions
Cron Expression to Run Every Day at 12 PMUnderstanding Vue Cron ExpressionsUnderstanding JS Cron ExpressionsA Comprehensive Guide to Cron Expressions for Scheduled TasksUnderstanding Linux Cron ExpressionsUnderstanding Quartz Cron ExpressionsCron ExpressionCron Time ExpressionCron Expression ParsingCron Expression: Executing a Task Every SecondCron Expression for Every Minute ExecutionCron Expression to Execute Every 10 MinutesCron Expression: Executing Every HourCron Expression to Execute Once a YearCron Expression: How to Schedule a Task to Run Daily at Midnight?