21 trap 'kill $pids' EXIT
22 trap 'exit 1' INT USR1
26 nn=`on "$h" cat /proc/cpuinfo | grep -c '^processor[ :]'`
33 nn=`on "$h" cat /proc/cpuinfo | grep -c '^processor[ :]'`
35 while [ $i -lt $ii ]; do
38 on "$h" ./crypto-keygen-standalone -n $n -o /dev/stdout "$@" > bruteforce-$i &
42 if [ -s "bruteforce-$i" ]; then
44 mv "bruteforce-$i" "$outfile"