Hello, I'm investigating libssh for a project and one of the requirements is that I'm able to request SSH agent forwarding on an SSH connection. It appears based on the RFC[1] that this is done by sending a channel request. I don't see if this is done or exposed anywhere in libssh.
Is this possible now? Best, Mitchell [1]: http://tools.ietf.org/html/draft-ietf-secsh-agent-00
