Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Just Joined!
    Join Date
    Jun 2009
    Location
    Toronto
    Posts
    18
    libssh looks promising for C, and languages like Python have libraries for that as well.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...