From 81d0f6b6b7aec7009136952b5ec434e25a3e883f Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Thu, 7 Mar 2019 15:27:12 +0100 Subject: [PATCH] From the context it seems that the function being defined is authenticate_none. Signed-off-by: Jan Pazdziora Reviewed-by: Andreas Schneider --- doc/authentication.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/authentication.dox b/doc/authentication.dox index fd76d71e..3196f645 100644 --- a/doc/authentication.dox +++ b/doc/authentication.dox @@ -281,7 +281,7 @@ pass, ssh_userauth_none() might answer SSH_AUTH_SUCCESS. The following example shows how to perform "none" authentication: @code -int authenticate_kbdint(ssh_session session) +int authenticate_none(ssh_session session) { int rc;