How to Enable RSH in Linux
RSH, or remote shell, is a Linux application used on the command line to connect to other Linux machines so that you can execute commands on them without having to directly log in to them. To enable this application on your Linux computer, use the computer's command line.
Instructions
-
-
1
Log in to your Linux server.
-
2
Type "vim /etc/xinetd.d/rsh" and press "Enter."
-
-
3
Change the "DISABLE=1" line to "DISABLE=0."
-
4
Type "/etc/rc/d/init.d/xinetd restart" and press "Enter" to enable RSH.
-
1