@brief SSH channel exit signal callback. Called when a channel has received an exit signal
@param session Current session handler
@param channel the actual channel
@param signal the signal name (without the SIG prefix)
@param core a boolean telling wether a core has been dumped or not
@param errmsg the description of the exception
@param lang the language of the description (format: RFC 3066)
@param userdata Userdata to be passed to the callback function.
@brief SSH channel exit signal callback. Called when a channel has received an exit signal @param session Current session handler @param channel the actual channel @param signal the signal name (without the SIG prefix) @param core a boolean telling wether a core has been dumped or not @param errmsg the description of the exception @param lang the language of the description (format: RFC 3066) @param userdata Userdata to be passed to the callback function.