From dd4f2622bcc3b6e4b1e65fda5fcf1cc4422e36ec Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 4 May 2022 23:31:24 +0200 Subject: [PATCH] CURLOPT_SSH_AUTH_TYPES.3: fix the default The default is all possible methods. Closes #8792 --- docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.3 b/docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.3 index 7b4fede1bc..3134086cd5 100644 --- a/docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.3 +++ b/docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2021, Daniel Stenberg, , et al. +.\" * Copyright (C) 1998 - 2022, Daniel Stenberg, , 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