SSH2 for a windows app

Is there an API or library I can use to allow my app to use SSH2? I have a bunch of remote servers that can only be accessed via SSH2. I want to write a program that can call each server, run a script and get the output.
[223 byte] By [DeepT] at [2007-11-20 10:05:46]
# 1 Re: SSH2 for a windows app
Try googling
miteshpandey at 2007-11-11 4:03:36 >
# 2 Re: SSH2 for a windows app
I did before I came here and even did a forum search.
DeepT at 2007-11-11 4:04:36 >
# 3 Re: SSH2 for a windows app
From Google:
http://netsieben.com/products/sshlib/ (both free + commercial license)
http://www.bitvise.com/sshlib
...
Marc G at 2007-11-11 4:05:34 >