Since the SSH (v2 at least, as I don't know v1) protocol allows channel requests with custom type and payload,
I was thinking it would be nice to make this available in the public API of libssh.
What do you think?
I guess it would look like:
int ssh//channel//open//custom(ssh//channel channel, ssh//string type, ssh//buffer payload)
Thank you very much.