Hi, I'm working on LDM, which is a display manager for thin-clients that starts a session by SSH. It uses expect, and I want to replace that with libssh2 library.
The problem is that I need also to setup a master control socket for other applications, like sshfs. The control socket is started this way : "ssh -M -S /path/to/socket [...]". Is there an RFC for that? Does someone have suggestions on how to implement that? It looks that most of the functionality is in openssh/mux.c, but I have some difficulties to get it running. The handshake is quite obscure... Could it be a possibility to add this feature to libssh2? It doesn't seems to be specific to LDM. Have a nice day, Francis -- Francis Giraldeau, Ing jr. Analyste Infrastructure Directeur Qualité Téléphone : (819) 780-8955 poste 1111 Sans frais : 1-800-996-8955 Télécopieur : (819) 780-8871 Revolution Linux Inc. 2100 King ouest - bureau 260 Sherbrooke (Québec) J1J 2E8 CANADA http://www.revolutionlinux.com Toutes les opinions et les prises de position exprimees dans ce courriel sont celles de son auteur et ne representent pas necessairement celles de Revolution Linux Any views and opinions expressed in this email are solely those of the author and do not necessarily represent those of Revolution Linux ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ libssh2-devel mailing list libssh2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libssh2-devel