Recent Changes - Search:

edit SideBar

libssh

Description

The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its Secure FTP implementation, you can play with remote files easily, without third-party programs others than libcrypto (from openssl).

Features:

  • Full C library functions for manipulating a client-side SSH connection
  • Fully configurable sessions
  • Support for AES-128,AES-192,AES-256,blowfish, in cbc mode
  • Use multiple SSH connections in a same process, at same time
  • Usable SFTP implementation
  • Public key and password authentication

The library is available as 32-bit and 64-bit:

  • If you are compiling a 32-bit program, no special compiler options are needed.
  • If you are compiling a 64-bit program, you have to compile and link your application with "xlc_r -q64" or "gcc -maix64".

Homepage: http://0xbadc0de.be/?part=libssh

Version: 0.7.5-1

Downloads

RPM:

Source RPM:

Package dependencies:


All versions:

Edit - History - Print - Recent Changes - Search
Page last modified on July 19, 2017, at 11:59 AM