[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ssh_user_auth_none Permission denied
[Thread Prev] | [Thread Next]
- Subject: Re: ssh_user_auth_none Permission denied
- From: Andreas Schneider <asn@xxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Mon, 21 Mar 2016 17:28:41 +0100
- To: libssh@xxxxxxxxxx
On Friday 18 March 2016 13:07:06 Tilo Eckert wrote: > For SSH2, you must set the username before connecting via > ssh_options_set(session, SSH_OPTIONS_USER, username); > > The username parameter of ssh_userauth_try_publickey() and all other > functions must be NULL. > > ssh_userauth_none() will never return SSH_AUTH_SUCCESS unless the SSH > server does not require any authentication at all. It is only useful to > query the available authentication methods and usually returns > SSH_AUTH_DENIED or SSH_AUTH_ERROR if there was a real error. Tilo is right, you use different usernames during the authentication and the server will not allow this. -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.org asn@xxxxxxxxxxxxxx
ssh_user_auth_none Permission denied | "Sruthi Mohan (RBEI/EIA1)" <Sruthi.Mohan@xxxxxxxxxxxx> |
Re: ssh_user_auth_none Permission denied | Tilo Eckert <tilo.eckert@xxxxxxx> |