mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 20:30:38 +09:00
Fixed doc of ssh_userauth_list()
(cherry picked from commit 1c062b22bf)
This commit is contained in:
committed by
Andreas Schneider
parent
9d6855702e
commit
af997b221d
@@ -308,7 +308,7 @@ int ssh_auth_list(ssh_session session) {
|
||||
/**
|
||||
* @brief retrieves available authentication methods for this session
|
||||
* @param[in] session the SSH session
|
||||
* @param[in] username set to NULL
|
||||
* @param[in] username Deprecated, set to NULL.
|
||||
* @returns A bitfield of values SSH_AUTH_METHOD_NONE, SSH_AUTH_METHOD_PASSWORD,
|
||||
SSH_AUTH_METHOD_PUBLICKEY, SSH_AUTH_METHOD_HOSTBASED,
|
||||
SSH_AUTH_METHOD_INTERACTIVE.
|
||||
|
||||
Reference in New Issue
Block a user