mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-12 03:00:26 +09:00
From the context it seems that the function being defined is authenticate_none.
Signed-off-by: Jan Pazdziora <jpazdziora@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
bed7dcb3ec
commit
81d0f6b6b7
@@ -281,7 +281,7 @@ pass, ssh_userauth_none() might answer SSH_AUTH_SUCCESS.
|
|||||||
The following example shows how to perform "none" authentication:
|
The following example shows how to perform "none" authentication:
|
||||||
|
|
||||||
@code
|
@code
|
||||||
int authenticate_kbdint(ssh_session session)
|
int authenticate_none(ssh_session session)
|
||||||
{
|
{
|
||||||
int rc;
|
int rc;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user