Preston A. Elder
4f70cc13e2
Fleshed out server interface
- Enables channel_request_open types of DIRECT_TCPIP, FORWARDED_TCPIP and X11 (ie. implemented the handling of those channel_request_open types). - Adds functions to retrieve the extra information relating to channel_request_open messages and channel_request messages. - Adds a channel_write_stderr method (obviously for writing to the STDERR channel from server side) - well, technically just converted the exiting channel_write to take an extra argument and created two wrapper functions. - Actually does the invoking of message_handle() from channel_recv_request. - Implemented the handling of the window-change and env channel_requests. - Implemented a few functions in server.h that were declared but not defined (eg. ssh_message_channel_request_channel). Signed-off-by: Preston A. Elder <prez@neuromancy.net> Signed-off-by: Andreas Schneider <mail@cynapses.org>
The libSSH and its client ~~~~~~~~~~~~~~~~~~~~~~~~~ -Aris Adamantiadis 1* Why ? -_-_-_-_-_ Why not ? :) I've began to work on my own implementation of the ssh protocol because i didn't like the currently public ones. Not any allow you to import and use the functions as a library, and so i worked on a library-based SSH implementation. 2* How/Who ? -_-_-_-_-_-_-_ If you downloaded this file, you must know what it is : a library for accessing ssh client services through C libraries calls in a simple manner. The client is there as a programming example and isn't at all doing its job correctly (doesn't verify public key hashes with the ones in ~/.ssh/ and doesn't handle TERM - yet) Everybody can use this software under the terms of the LGPL - see the COPYING file 3* What ? -_-_-_-_-_ The SSH library 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 4* Where ? -_-_-_-_-_-_ http://www.libssh.org
Описание
Сборка libssh-0.10.4 (x86)
Latest
Languages
C
95%
CMake
4.3%
C++
0.6%