Purpose:Remotely execute commands

 

Format:RSHELL [/H host /U name /P password /IPv6 /Rn /Tn] host [/L userid] command ...

 

commandThe command to execute

 

/H(ost name)/R(emote port)
/IPv6/T (firewall type)
/L (user ID)/U(sername)

/P(assword)

 

Usage:

 

RSHELL allows remote execution of commands on any system with the rshell service installed. Press Ctrl-C to disconnect from the other system.

 

If you don't specify a username, RSHELL will use the current username.

 

If you want to do redirection on the remote system, enclose the argument list in double quotes. For example:

 

RSHELL /H host /U user /P password "command | command2"

 

The double quotes will be removed before passing the commands to the remote system.

 

Note: Windows does not include the rshell service, so you will need to get one from a third-party and install it on the remote system before executing RSHELL.

 

Options:

 

/HFirewall host name

 

/IPv6Use IPv6 instead of IPv4

 

/LUser name

 

/PFirewall user password

 

/RRemote port number

 

/TFirewall type, where n is:

 

0No firewall (default setting)  
1Connect through a tunneling proxy
2Connect through a SOCKS4 Proxy
3Connect through a SOCKS5 Proxy

 

/UFirewall user name