wolfSSL / wolfssh

wolfSSH is a small, fast, portable SSH implementation, including support for SCP and SFTP.
https://www.wolfssl.com
367 stars 88 forks source link

Channel Callbacks #713

Closed ejohnstown closed 1 month ago

ejohnstown commented 2 months ago

Add a set of callback function hooks for various steps in the creation of a channel. These include:

A channel request can be rejected by the request callbacks. Also added functions to query a channel's connection type and exec command.