On Monday 28 April 2014 15:34:56 Daniel Kroker wrote:
> Hello,
> 
> i have problems to login into debian 7 server. Debian 5 works fine for
> me with this code.
> 
>    int rc = method = ssh_userauth_list(session, NULL);
>    qDebug() << "method: " << QString::number(method);
> 
> ssh_userauth_list returned 0 it looks like 0 is ssh_auth_method_unknown.


Did you call ssh_userauth_none() before?



        -- andreas

-- 
Andreas Schneider                   GPG-ID: CC014E3D
www.cryptomilk.org                [email protected]


Reply via email to