mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-29 01:03:57 +03:00
options: Rewrite set() description to get()
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
4dec2f989c
commit
5c3b1ee0a4
@@ -998,13 +998,9 @@ int ssh_options_get_port(ssh_session session, unsigned int* port_target) {
|
|||||||
* ~/.ssh/config file.
|
* ~/.ssh/config file.
|
||||||
*
|
*
|
||||||
* - SSH_OPTIONS_IDENTITY:
|
* - SSH_OPTIONS_IDENTITY:
|
||||||
* Set the identity file name (const char *,format string).\n
|
* Get the first identity file name (const char *).\n
|
||||||
* \n
|
* \n
|
||||||
* By default identity, id_dsa and id_rsa are checked.\n
|
* By default identity, id_dsa and id_rsa are checked.
|
||||||
* \n
|
|
||||||
* The identity file used authenticate with public key.
|
|
||||||
* 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
|
||||||
|
|||||||
Reference in New Issue
Block a user