ssh_channel_open_request_x11_callback

@brief Handles an SSH new channel open X11 request. This happens when the server sends back an X11 connection attempt. This is a client-side API @param session current session handler @param userdata Userdata to be passed to the callback function. @returns a valid ssh_channel handle if the request is to be allowed @returns NULL if the request should not be allowed @warning The channel pointer returned by this callback must be closed by the application.

alias ssh_channel_open_request_x11_callback = ssh_channel function

Meta