wolfssh icon indicating copy to clipboard operation
wolfssh copied to clipboard

Channel Callbacks

Open ejohnstown opened this issue 1 year ago • 0 comments

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.

ejohnstown avatar Jun 21 '24 15:06 ejohnstown