#!/usr/bin/env bash while true; do sshpass -p nobody ssh -n -T -o StrictHostKeyChecking=no nobody@192.168.68.11 & sleep 0.1 done