I need to use SSH to remotely send commands to other servers from a Windows box. Is there source out there I can use to build SSH into an app so I don’t have to use cygwin or anything like that?
Thanks!
I need to use SSH to remotely send commands to other servers from a
Share
There is a libssh you can use; you could also embed the PuTTY source code (I believe winscp does this).