SSH (ssh_auth_list) authentication failing from windows to linux
Bit new in ssh and have an issue in understanding. I got a code which uses ssh_auth_list routine as below.
method = ssh_auth_list(session);
printf(” %d ” , method);
I am using a ssh library and when I am calling this routi… Continue reading SSH (ssh_auth_list) authentication failing from windows to linux