wolfssh
wolfssh copied to clipboard
Channel Callbacks
Add a set of callback function hooks for various steps in the creation of a channel. These include:
- Channel Open
- Channel Open Confirm
- Channel Open Failure
- Channel EOF
- Channel Close
- Channel Request Shell
- Channel Request Subsystem
- Channel Request Exec
A channel request can be rejected by the request callbacks. Also added functions to query a channel's connection type and exec command.