errors when running multiple openssh sessions

David Woodhouse dwmw2 at infradead.org
Tue Jun 17 07:29:16 EST 2003


On Mon, 2003-06-16 at 21:21, jcduell at lbl.gov wrote:
> Why on earth would I want to run a dozen ssh jobs simultaneously?  I'm
> writing a compiler that needs to ship some files and run some commands 
> on a remote server as part of the compilation process.  The latency for
> doing this is rather high, so I want to allow users to do a 'make -j' to
> parallelize the build, in order to hide the network latency.

You might consider using fsh (http://www.lysator.liu.se/fsh/) to
accelerate this process somewhat.

Of course, you need to consider whether that's secure enough for your
purposes, but I suspect the answer in this case is 'yes'.

-- 
dwmw2





More information about the openssh-unix-dev mailing list