| vxargs -- run stuff with dynamic arguments in parallel and with visualization | |
|
vxargs reads a list of arguments from a txt file or standard input, delimited by newlines, and executes the command one or more times with initial arguments in which {} is substituted by the arguments read from the file or standard input. The current executing commands and progress will be dynamically updated on the screen. Stdout and stderr of each command will be redirected to separate files. One of the major goals is to use vxargs to run parallel ssh commands, and other interesting stuff in wide-area networks. |
|
| openssh-related topic for PlanetLab | |
|
openssh is widely used in PlanetLab for controlling remote nodes. There are a couple of common problems:
ssh into some nodes will last (almost) forever
~/.ssh/config. I also have the patched source code
and compiled ssh binary available for download.
Host keys keep changing all the time, so that ssh would report some
man-in-the-middle attacks. Update: There is an updated version provided by Neil Spring with some new fixes. |