[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with login to debian7 server
[Thread Prev] | [Thread Next]
- Subject: Re: Problems with login to debian7 server
- From: Andreas Schneider <asn@xxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Tue, 20 May 2014 09:40:14 +0200
- To: libssh@xxxxxxxxxx
On Tuesday 13 May 2014 12:36:22 Daniel Kroker wrote: > Hi, > > in the attachment is the debug log file from openssh server. Hi you should update your libssh library! 0.5.2 is really old :) -- andreas > Am 13.05.2014 10:57, schrieb Daniel Kroker: > > Hi, > > > > now i have call ssh_userauth_none before i call ssh_userauth_list but > > ssh_userauth_none returned "SSH_AUTH_ERROR " > > > > rc = ssh_userauth_none(session, NULL); > > > > if (rc == SSH_AUTH_ERROR) { > > > > qDebug() << "SSH Error 121: ", ssh_get_error(session); > > > > return rc; > > > > } > > > > method = ssh_userauth_list(session, NULL); > > > > Am 28.04.2014 16:12, schrieb Daniel Kroker: > >> Hi, > >> > >> no. > >> > >> Am 28.04.2014 16:02, schrieb Andreas Schneider: > >>> 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 asn@xxxxxxxxxxxxxx
Re: Problems with login to debian7 server | Daniel Kroker <dk@xxxxxxxxx> |
Re: Problems with login to debian7 server | Daniel Kroker <dk@xxxxxxxxx> |