mirror of
https://github.com/curl/curl.git
synced 2026-07-23 13:17:18 +03:00
CURLOPT_SSH_PRIVATE_KEYFILE.3: expand on the file search
Reported-by: atjg on github Ref: #11287 Closes #11289
This commit is contained in:
parent
3f784980cb
commit
9e75932358
1 changed files with 3 additions and 2 deletions
|
|
@ -33,8 +33,9 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSH_PRIVATE_KEYFILE,
|
|||
char *filename);
|
||||
.SH DESCRIPTION
|
||||
Pass a char * pointing to a \fIfilename\fP for your private key. If not used,
|
||||
libcurl defaults to \fB$HOME/.ssh/id_dsa\fP if the HOME environment variable
|
||||
is set, and just "id_dsa" in the current directory if HOME is not set.
|
||||
libcurl defaults to \fB$HOME/.ssh/id_rsa\fP or \fB$HOME/.ssh/id_dsa\fP if the
|
||||
HOME environment variable is set, and just \fB"id_rsa"\fP or \fB"id_dsa"\fP in
|
||||
the current directory if HOME is not set.
|
||||
|
||||
If the file is password-protected, set the password with
|
||||
\fICURLOPT_KEYPASSWD(3)\fP.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue