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.
Identifier | Description |
---|---|
ASSH_USERAUTH_METHOD_NONE | |
ASSH_USERAUTH_METHOD_PUBKEY | Public key user authentication |
ASSH_USERAUTH_METHOD_PASSWORD | Password user authentication |
ASSH_USERAUTH_METHOD_HOSTBASED | Host based user authentication |
ASSH_USERAUTH_METHOD_KEYBOARD | Keyboard interactive user authentication |
ASSH_USERAUTH_METHOD_SERVER_IMPLEMENTED | mask of all server methods with support enabled in build configuration See also Build configuration. |
ASSH_USERAUTH_METHOD_CLIENT_IMPLEMENTED | mask of all client methods with support enabled in build configuration See also Build configuration. |