ssh programming
Kurt Granroth
kurt@granroth.org
Wed, 21 Mar 2001 18:34:31 -0700
Joel Dudley wrote:
> I am not an advanced C programmer so I may be out of line here. I am
> currently writing a postgres database trigger in perl that uses SSH. I would
> rather write this trigger in C but I cannot find a bit of info on google
> concerning SSH system calls, API's, etc. Anyone have experrience with this?
> Thanks for reading my post.
'ssh' is a (set of) command line utilities. It's not a library, so
there isn't an API.
I am pretty sure that you are thinking of SSL.. which *is* a set of
libraries that can be used for encrypted transactions. You will be
looking for OpenSSL. You can use it with C, C++, Perl, Python and
pretty much everything else.
Check out these links:
http://www.chicken.org/pgsql/ssl/ (PostgreSQL with SSL)
http://www.openssl.org
--
Kurt Granroth | http://www.granroth.org
KDE Developer/Evangelist | SuSE Labs Open Source Developer
granroth@kde.org | granroth@suse.com
KDE -- Conquer Your Desktop