RSHELLNot in LE
Print Topic  Return to Overview  Previous Topic  Next Topic 
Purpose:Remotely execute commands

 

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

 

commandThe command to execute

 

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

 

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

 

/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

 

Topic "rshell.htm" last edited 4/28/2008. ©2008  JP Software, Inc.
Keywords: RSHELL,REXEC