Thread: SSH C Program

  1. #1
    Registered User
    Join Date
    Nov 2007
    Posts
    1

    SSH C Program

    I use ANSI C to control automated test equipment in a production environment. I need to connect to a device using SSH. I need to automate the connection and send and receive data to the device. The login and IP address is constant for the device. Does C libraries or examples exist that can connect and send/receive data. Any help will be appriciated.

    Thanks

    Jon K.

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    This page has links to various open source SSH implementations.

    http://www.lysator.liu.se/~nisse/lsh/

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. SSH via C program
    By yogesh3073 in forum C Programming
    Replies: 5
    Last Post: 01-12-2011, 04:13 PM
  2. Using variables in system()
    By Afro in forum C Programming
    Replies: 8
    Last Post: 07-03-2007, 12:27 PM
  3. SSH program
    By afreedboy in forum Tech Board
    Replies: 2
    Last Post: 03-18-2005, 10:47 PM
  4. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM