Internet Direct (Indy)
|
Implements Unix Remote Shell (RSH) client.
TIdRSH = class(TIdRemoteCMDClient);
TIdRSH is a TIdRemoteCMDClient descendant that implements a Unix Remote Shell (RSH) client. The RSH protocol is sometimes used to run tasks from remote locations without having to send passwords to a remote system.
The RSH protocol was originally intended as a temporary "hack" in some older Berkeley Unix Distributions that came into wide usage.
Please note that this protocol can pose a security hazard on the Internet, as it uses only user ID's which are sent as clear text. In addition, IP Addresses and host names used as part of the server authentication can be falsified. Port number restrictions for the RSH protocol can easily be overcome by using a single-user operating system or by someone with administrative privileges on a multi-user operating system.
The RSH protocol is not compatible with some firewall/proxy configurations.
To use this component:
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |