mpssh icon indicating copy to clipboard operation
mpssh copied to clipboard

Mass Parallel SSH

Results 7 mpssh issues
Sort by recently updated
recently updated
newest added

The program looks great and been trying it out. But seems to be that it does not use the current .ssh/config file for host checking.

mpssh-1.3.3 Trying to run `mpssh -f HOSTLIST -r ${GITREPO}/evaluate.sh -o evaluate-pre` results in the evaluate.sh not being copied to the remote systems. If I scp the file and _then_ run...

Useful when the same host exists in multiple labels Fixes #19

mpssh doesn't detect the ssh and scp client correctly. Installing mpssh once `homebrew/dupes/openssh` should result in mpssh calling `/usr/local/bin/ssh` instead of `/usr/bin/ssh`. ``` $ brew install mpssh $ strings /usr/local/bin/mpssh|grep...

The first part of this request would be to add a new option: ``` -L, --no-label=LABEL do not connect to hosts under label LABEL ``` The two label options would...

If multiple labels contain the same host, and label is not specified at runtime, that host will be processed multiple times. The current workaround is to create an additional label...

I'd like to use mpssh to copy over a file from one location to multiple locations. I think the -r option you're currently building copies a script and executes it...