Jump to content

Remote Process Execution

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Dav.vire (talk | contribs) at 08:12, 11 September 2008 (Created the page.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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 authenticate by reading the username and password (unencrypted) from the socket.

Limitations

Same as rsh: sends unencrypted information over the network. Even worse, because the password is sent.

Port number

rexec uses well-known port TCP 512.

References