mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-29 01:03:57 +03:00
options: Document SSH_OPTIONS_ADD_IDENTITY
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -925,6 +925,17 @@ int ssh_options_get_port(ssh_session session, unsigned int* port_target) {
|
|||||||
* It may include "%s" which will be replaced by the
|
* It may include "%s" which will be replaced by the
|
||||||
* user home directory.
|
* user home directory.
|
||||||
*
|
*
|
||||||
|
* - SSH_OPTIONS_ADD_IDENTITY:
|
||||||
|
* Add a new identity file (const char *,format string) to
|
||||||
|
* the identity list.\n
|
||||||
|
* \n
|
||||||
|
* By default identity, id_dsa and id_rsa are checked.\n
|
||||||
|
* \n
|
||||||
|
* The identity used authenticate with public key will be
|
||||||
|
* prepended to the list.
|
||||||
|
* It may include "%s" which will be replaced by the
|
||||||
|
* user home directory.
|
||||||
|
*
|
||||||
* - SSH_OPTIONS_PROXYCOMMAND:
|
* - SSH_OPTIONS_PROXYCOMMAND:
|
||||||
* Get the proxycommand necessary to log into the
|
* Get the proxycommand necessary to log into the
|
||||||
* remote host. When not explicitly set, it will be read
|
* remote host. When not explicitly set, it will be read
|
||||||
|
|||||||
Reference in New Issue
Block a user