Version 1 of Remote execution

Updated 2006-09-11 15:30:14 by dkf

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.

From Tcl, it's easiest to drive ssh as a subprocess, possibly with the assistance of Expect though you can do without it with the right options and the setting up of appropriate keypairs (a topic outside the scope of thise page).


"Remote file access"