]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
fixup the docs
authorDaniel Stenberg <daniel@haxx.se>
Mon, 6 Oct 2025 09:30:18 +0000 (11:30 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 6 Oct 2025 09:30:18 +0000 (11:30 +0200)
docs/cmdline-opts/knownhosts.md

index 670137981ebaa23f97ef388ca7694918b87fd984..47095632df7a93d5813e53ae11eb3da9af06adc4 100644 (file)
@@ -22,10 +22,10 @@ Example:
 When doing SCP and SFTP transfers, curl automatically checks a database
 containing identification for all hosts it has ever been used with to verify
 that the host it connects to is the same as previously. Host keys are stored
-in such a known hosts file. By default curl uses ~/.ssh/known_hosts in the
-user's home directory.
+in such a known hosts file. curl uses the ~/.ssh/known_hosts in the user's
+home directory by default.
 
 This option lets a user specify a specific file to check the host against.
 
-The known host check can be disabled with --insecure, but that makes the
-transfer insecure.
+The known hosts check can be disabled with --insecure, but that makes the
+transfer insecure and is strongly discouraged.