Enable and start the daemon: In YaST go to System and click on System Services . Click on xinetd and Enable, Finish. Check that the daemon is running. How did you do that? Find out what runlevel has changed and what script(s) has changed / were added . Describe the steps and what did you find in your report.
In YaST go to Network Services and click on Network Services (xinetd) Click on Enable , scroll down and select shell. Click on Edit and follow the instructions in order to install rsh server. Toggle status on the shell service and click on finish.
Second, add this line
ALL:ALLinto your /etc/hosts.deny and send HUP signal to xinetd. How did you do that? Explain it all ( man 5 hosts_access may help here).
Lastly, make all necessary changes to /etc/hosts.allow, /root/.rhosts so that the root on computer ivan
can rsh to your machine.
man 5 hosts.equiv and
man in.rshd (see the -h flag)
may be helpfull here
Find a classmate and for a moment give each other remote root access to your machines.
Test it by running
rsh his_her_machine cat /etc/shadowas a root from the other computer. Again, describe the process in your report. Did you encounter any difficulties? Howe did you solve them?