assh/assh_userauth.h header reference

Description [link] 

This header file contains declarations common the the client and server user authentication services.

See also assh/assh_userauth_client.h and assh/assh_userauth_server.h.

Members [link] 

Type [link] 

Members detail [link] 

enum assh_userauth_methods_e [link] 

This enum is declared in assh/assh_userauth.h source file, line 43.

This enum specifies user authentication methods as flag values that can be ored together.

See also User authentication methods.

IdentifierDescription
ASSH_USERAUTH_METHOD_NONE
ASSH_USERAUTH_METHOD_PUBKEYPublic key user authentication
ASSH_USERAUTH_METHOD_PASSWORDPassword user authentication
ASSH_USERAUTH_METHOD_HOSTBASEDHost based user authentication
ASSH_USERAUTH_METHOD_KEYBOARDKeyboard interactive user authentication
ASSH_USERAUTH_METHOD_SERVER_IMPLEMENTEDmask of all server methods with support enabled in build configuration
See also Build configuration.
ASSH_USERAUTH_METHOD_CLIENT_IMPLEMENTEDmask of all client methods with support enabled in build configuration
See also Build configuration.
Valid XHTML 1.0 StrictGenerated by diaxen on Sun Oct 25 23:30:45 2020 using MkDoc