I have to write an app on a windows machine (must be windows because the machine is doing other windows-y things) that interacts with two different Tandberg units via ssh simultaneously. Watching their console log stream and reacting to certain events. I'll need to store some information in variables and compare across these two different ssh sessions or I'd just use some quick securecrt scripting.
I could make it work in php(cli) pretty easily - it's one language I know, but clearly not ideal for this project. I'm pretty good at hacking my way through figuring out new languages, I figure I could probably do it in .net/c# - does anyone have a preferred ssh .net library that doesn't cost several hundred dollars? I'm open to any other suggestions to accomplishing this as well.