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

Use linux's rlogin command to log in remotely

2025-01-21 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

This article mainly introduces the use of linux rlogin command remote login, the article is very detailed, has a certain reference value, interested friends must read it!

The rlogin command is used for remote login. Execute the rlogin instruction to start the terminal phase operation, and log in to the remote host.

Syntax format: rlogin [parameters]

Common parameters:

-E ignores escape characters-8 characters that recognize only 8-bit characters-L allows rlogin sessions to run in litout mode-ec sets the escape character to CMEC to disconnect-a force requires 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 forces Perform transport for 7-d to open debugging of TCP sockets for remote host communication-k requires DES encryption for tisckets-x initiation data transmission of remote hosts-4 authentication using only version 4 of kerkberos

Reference example

Displays whether the rlogin service is enabled:

[root@linuxcool] # chkconfig-- list

Enable the rlogin service:

[root@linuxcool ~] # chkconfig rlogin on

Log in to the remote host:

[root@linuxcool ~] # rlogin 192.168.1.88 Password: Password: Login incorrect Login:root Passwd: Login incorrect Login:kk Passwd: the above is all the content remotely logged in using the rlogin command of linux. Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

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

Servers

Wechat

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

12
Report