After about the 20th time, I was getting tired of hitting [up-arrow, enter]. So I entered a script at the command line of this system:
# while :
> do
> telnet 192.168.1.50 &
> sleep 10
> pkill telnet
> done
I advised them that the system would repeat the telnet request every ten seconds, kill it, and launch a new one. Repeatedly. For as long as it took.
Then I went and got coffee.
