Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use the common command rlogin in Linux

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article is to share with you about how to use the common command rlogin in Linux. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

Linux commonly used commands rlogin commands are used for remote login, execute rlogin instructions to open the terminal phase operation, and log in to the remote host.

Syntax rlogin [- 8EL] [- e] [- l] [host name or IP address] required parameters:

-E ignores escape characters

-8 recognize only 8-bit characters

-L allows rlogin sessions to run in litout mode

-ec sets the escape character to c

-c require confirmation before disconnecting

-a force the remote host to request a password after sending an empty local user name

-f sends a local authentication to the remote host

-F sends a forwardable local authentication to the remote host

-7 enforces the transmission of 7 for

-d turn on debugging of TCP socket for remote host communication

-k requires tisckets containing remote hosts

-x initiates DES encryption for data transmission

-4 Authentication using version 4 of kerkberos only

Select parameters:

-e sets the exit character

-l specify the user to log in

-t set the terminal type

The instance shows whether the rlogin service is enabled

# chkconfig-- list / / check whether the rlogin service is enabled and the rlogin service is enabled

# chkconfig rlogin on / / enable rlogin service and log in to the remote host

# rlogin 192.168.1.88 Password: Password: Login incorrect Login:root Passwd: Login incorrect Login:kk Passwd: specify a user name to log in to the remote host

# rlogin 192.168.1.88-l hnlinux Passord: Last login:Mon May 28 15:30:25 from 192.168.1.88 # Thank you for reading! This is the end of the article on "how to use rlogin in Linux". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report