]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_SSH_AUTH_TYPES.3: fix the default
authorDaniel Stenberg <daniel@haxx.se>
Wed, 4 May 2022 21:31:24 +0000 (23:31 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 4 May 2022 21:31:24 +0000 (23:31 +0200)
The default is all possible methods.

Closes #8792

docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.3

index 7b4fede1bc7ec746aa03fece9c07979e01611855..3134086cd5440df7a8c1260d86417298f47d0082 100644 (file)
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___
 .\" *                             \___|\___/|_| \_\_____|
 .\" *
-.\" * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
 .\" *
 .\" * This software is licensed as described in the file COPYING, which
 .\" * you should have received as part of this distribution. The terms
@@ -39,7 +39,7 @@ CURLSSH_AUTH_HOST has no effect. If CURLSSH_AUTH_AGENT is used, libcurl
 attempts to connect to ssh-agent or pageant and let the agent attempt the
 authentication.
 .SH DEFAULT
-None
+CURLSSH_AUTH_ANY (all availables ones)
 .SH PROTOCOLS
 SFTP and SCP
 .SH EXAMPLE