Remote Process Execution
Appearance
![]() | 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.