How to trigger a script on many remote machines?
I have about Debian machines that have a script installed (it downloades data from dropbox). I have to trigger that script to run from remote at all machines at once (or one after another).
I've seen that you can run a script via ssh but I need to do it at 100 machines so loging in 100 times is rather not acceptable.