JonnyCplusplus
JonnyCplusplus

Reputation: 881

Compile SSH into C++ app

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!

Upvotes: 0

Views: 1138

Answers (1)

bdonlan
bdonlan

Reputation: 231063

There is a libssh you can use; you could also embed the PuTTY source code (I believe winscp does this).

Upvotes: 6

Related Questions