Hi
I want to write a script that SSH'es to a number of boxes
(i.e. for i in box1 box2 box3
do
..)
and so on, the script works perfectly unless one of the boxes is unavailable, in which case it grinds to a halt. Is there any way around this?
Thanks
I want to write a script that SSH'es to a number of boxes
(i.e. for i in box1 box2 box3
do
..)
and so on, the script works perfectly unless one of the boxes is unavailable, in which case it grinds to a halt. Is there any way around this?
Thanks