Version 24 of Remote execution

Updated 2015-11-11 01:20:54 by pooryorick

Remote Execution, has various uses, including distributed computation, remote access, remote file access, rely on remote execution.

See Also

Expect
A popular program for automating interactive serial interfaces.
ipc

Description

The original remote execution schemes were telnet and rsh, but there is no reason at all for using either of those if you can possibly use ssh instead.

One common approach is to drive ssh as a subprocess, often with the help of Expect.