Changeset 9956 in genesis


Ignore:
Timestamp:
Feb 14, 2012, 10:21:30 AM (13 years ago)
Author:
rick
Message:

Nodes without ssh keys we ignore to be handled manually.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/batch-cmd

    r9947 r9956  
    1313
    1414for HOST in $HOSTS; do
    15   ssh -o ConnectTimeout=3 root@$HOST.wleiden.net. $CMD > $PREFIX-$HOST.txt &
     15  ssh -o ConnectTimeout=3 -o BatchMode=yes root@$HOST.wleiden.net. $CMD > $PREFIX-$HOST.txt &
    1616done
    1717
Note: See TracChangeset for help on using the changeset viewer.