CURLOPT_SSH_AUTH_TYPES.3: fix the default

The default is all possible methods.

Closes #8792
This commit is contained in:
Daniel Stenberg 2022-05-04 23:31:24 +02:00
parent 851fb743db
commit dd4f2622bc
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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