Re: Custom logging in libssh

2019-01-20 Thread g4-lisz
On 17.01.19 17:02, g4-l...@tonarchiv.ch wrote: > I just found  ssh_set_log_callback() , so gladly I was wrong and it's > not session-wise. But I think it still needs some sychnromization to > write to a file from several sessions? Hello again It seems that I have to set log callback and verbositi

ssh_options_set value param outdated

2019-01-20 Thread g4-lisz
Hi there In options.c for function ssh_options_set(), the value @param annotation is outdated:  *  - SSH_OPTIONS_LOG_CALLBACK:  *    Set a callback to use your own logging function  *    (function pointer).  *  *  - SSH_OPTIONS_LOG_USERDATA:  *