Version 22 of Remote execution

Updated 2015-11-11 00:45:34 by RLE

Remote Execution is the execution of a program on a remote host.

See Also

distributed computation
Expect
A popular program for automating interactive serial interfaces.
ipc
Remote access software
Remote file access
Services under Microsoft Windows NT
Remote Access Software

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.