Remote Process Execution
It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. This message has remained in place for seven days, so the article may be deleted without further notice. Find sources: "Remote Process Execution" – news · newspapers · books · scholar · JSTOR Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|Remote Process Execution|concern=The coverage (references, external links, etc.) does not seem sufficient to justify this article passing [[Wikipedia:General notability guideline]] and the more detailed [[Wikipedia:Notability (software)]] requirement. If you disagree and deprod this, please explain how it meets them on the talk page here in the form of "This article meets criteria A and B because..." and [[WP:ECHO|ping me back]] through [[WP:ECHO]] or by leaving a note at [[User talk:Piotrus]]. Thank you.}} ~~~~ Timestamp: 20160912083120 08:31, 12 September 2016 (UTC) Administrators: delete |
![]() | This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
rexec has the same kind of functionality that rsh has : you can execute shell commands on a remote computer.
The main difference is that rexecd authenticates by reading the username and password (unencrypted) from the socket.
Limitations
Same as rsh: sends unencrypted information over the network, including passwords.[citation needed]
Port number
rexec uses well-known port TCP 512.
References
- rexecd - remote execution server - rexecd man page.
- rexec - remote execution client - rexec man page.