shell - Running distributed jobs using bash -


this question has answer here:

i have access few machines run on (machine0, machine, etc.). have access executable , series of input files, there way use bash run jobs through ssh don't have ssh in every machine , run each 1 individually? cheers, jack

set passwordless authentication on host machine , let bash script call binaries/scripts through ssh (ssh user@remote <command>).


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -