From c9f0bcd8782bd90f34d87c2ce839299fdcce2f3d Mon Sep 17 00:00:00 2001 From: apokalyptik Date: Tue, 31 Mar 2020 10:10:56 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afb312e..8f87dbb 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Below is an incomplete list of commonly used args: | `--insecure` | Don't verify server's certificate | | `--cacert ` | Use as CA certificate store. Useful when a server has a self-signed certificate | -#### SFTP (FTP ovder SSH) +#### SFTP (FTP over SSH) If you are getting a curl error similar to `SSL peer certificate or SSH remote key was not OK` and you are using SFTP (which is different from FTPS) then you need to supply a known_hosts entry via the `known-hosts` configuration option.. If you are on Linux, or OSX (using homebrew) you can install the OpenSSH packages and use `ssh-keyscan ` to get the known_hosts value needed for the server you are connecting to.