Francis Giraldeau wrote:
> 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?

No. It is a feature of OpenSSH.


> Does someone have suggestions on how to implement that?

The only meaningful place to discuss this is the OpenSSH developers
public list. See http://openssh.org/list.html


> Could it be a possibility to add this feature to libssh2?

Again, it is an OpenSSH feature. If your app needs to provide this
compatibility then your app has to create and drive the socket, using
libssh2 for plumbing.

In other words, this does not belong in libssh2.


//Peter

-------------------------------------------------------------------------
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

Reply via email to