This is the command rsh-redone-rsh that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
rsh — remote shell
SYNOPSIS
rsh [-46v] [-l user] [-p port] [user@]host command
DESCRIPTION
rsh makes a connection to the remote shell daemon running on host and starts command on the
remote machine. All input is transmitted to the remote machine and all output on the remote
machine is sent back to the rsh client on the local machine.
OPTIONS
-4 Use only IPv4 to connect to the remote host.
-6 Use only IPv6 to connect to the remote host.
-v Be verbose.
-n Redirect stdin to /dev/null to be able to run rsh in the background.
-l user
Connect to the remote host as a different user than on the local machine.
-p port
Connect to a different port than the default one for rsh.
Use rsh-redone-rsh online using onworks.net services