summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-11-25 13:23:33 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-11-25 13:23:33 +0100
commit2685b65c6eacbae9e31706f6bfafbbc528bec14d (patch)
treee867d0472b60b09b1bdf774af058d653487a93bf
parent7900bd775075d6be80ae536daf8976c3b670eac7 (diff)
downloadcurl-bagder/insecure-sftp-scp.tar.gz
fixup don't start a line with a dot!bagder/insecure-sftp-scp
-rw-r--r--docs/cmdline-opts/insecure.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/insecure.d b/docs/cmdline-opts/insecure.d
index 0fadad00d..90c1c0802 100644
--- a/docs/cmdline-opts/insecure.d
+++ b/docs/cmdline-opts/insecure.d
@@ -20,6 +20,6 @@ See this online resource for further details:
For SFTP and SCP, this option makes curl skip the *known_hosts* verification.
*known_hosts* is a file normally stored in the user's home directory in the
-.ssh subdirectory, which contains host names and their public keys.
+\&.ssh subdirectory, which contains host names and their public keys.
**WARNING**: using this option makes the transfer insecure.