Article Title: Configure rsh for Logon without a password in linux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
1. Install the rsh-server Software Package
2. Delete the krb5-workstation package
3. Configuration:
Perform the following operations on both nodes:
Edit the/etc/xinetd. d/rsh and/etc/xinetd. d/rlogin files, change disable = yes to disable = no, and restart the xinetd process.
Add rexec, rlogin, and rsh to/etc/securetty:
Echo "rexec">/etc/securetty
Echo "rlogin">/etc/securetty
Echo "rsh">/etc/securetty
4. Edit the/etc/hosts. equiv file and add the following content:
[Root @ vistor ~] # Cat/etc/hosts. equiv
Vistor
Server1
5. Edit ~ /. Add the following content to the rhosts file:
[Root @ vistor ~] # Cat. rhosts
Vistor root
Server1 root
Now you can get crazy rsh, haha !!!