@brief SSH authentication callback. Tries to authenticates user with the "none" method
which is anonymous or passwordless.
@param session Current session handler
@param user User that wants to authenticate
@param userdata Userdata to be passed to the callback function.
@returns SSH_AUTH_SUCCESS Authentication is accepted.
@returns SSH_AUTH_PARTIAL Partial authentication, more authentication means are needed.
@returns SSH_AUTH_DENIED Authentication failed.
@brief SSH authentication callback. Tries to authenticates user with the "none" method which is anonymous or passwordless. @param session Current session handler @param user User that wants to authenticate @param userdata Userdata to be passed to the callback function. @returns SSH_AUTH_SUCCESS Authentication is accepted. @returns SSH_AUTH_PARTIAL Partial authentication, more authentication means are needed. @returns SSH_AUTH_DENIED Authentication failed.