mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-12 11:10:28 +09:00
libsshpp: Remove type argument from doc.
This commit is contained in:
@@ -206,7 +206,6 @@ public:
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
/** @brief Try to authenticate using the publickey method.
|
/** @brief Try to authenticate using the publickey method.
|
||||||
* @param[in] type public key type
|
|
||||||
* @param[in] pubkey public key to use for authentication
|
* @param[in] pubkey public key to use for authentication
|
||||||
* @throws SshException on error
|
* @throws SshException on error
|
||||||
* @returns SSH_AUTH_SUCCESS if the pubkey is accepted,
|
* @returns SSH_AUTH_SUCCESS if the pubkey is accepted,
|
||||||
|
|||||||
Reference in New Issue
Block a user