I need to launch remote monitoring bash scripts via ssh connections from local windows xp machines.A total of 20 scripts and i need to log outputs.
For now i'm using a simple Autoit script that launch putty and every script,one after the other.Cons are that i cannot locally log and the process cannot be made in background (and it takes forever..like 5 minutes)
I'm trying to find a better way to do this,maybe with a ruby/python script with a simple gui frontend (or maybe java/c# i don't know). Are parallel connections possible with a "proper" programming language right ?
What language has the simplest ssh connection library ? I'm really a newbie with this...maybe this can be a good start to learn a language :)