Tag: SSH

ssh break out while loop?

From time to time, you might run into tasks like execute commands remotely on different Linux servers regularly, for example collecting logs. A bash script will be handy to do so and likely you will use SSH within the script. Then don't be surprised to see your loop doesn't work any more with SSH in … Continue reading ssh break out while loop?

Advertisement