Results 1 to 2 of 2
Is there a way to create a SSH connection inside of a C++ program (or any kind of programming language) so that the program can send commands to the linux ...
- 06-17-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 1
Using SSH in C++
Is there a way to create a SSH connection inside of a C++ program (or any kind of programming language) so that the program can send commands to the linux machine being connected to through SSH?
Any help or resources would be appreciated. Thanks.
- 06-17-2009 #2Just Joined!
- Join Date
- Jun 2009
- Location
- Toronto
- Posts
- 18
libssh looks promising for C, and languages like Python have libraries for that as well.


Reply With Quote