This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 12bd76774 docs(services/sftp): update comments about password login
(#3065)
12bd76774 is described below
commit 12bd7677462847f86714e311c098578912204859
Author: Mingzhuo Yin <[email protected]>
AuthorDate: Thu Sep 14 17:15:53 2023 +0800
docs(services/sftp): update comments about password login (#3065)
Signed-off-by: silver-ymz <[email protected]>
---
core/src/services/sftp/docs.md | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/core/src/services/sftp/docs.md b/core/src/services/sftp/docs.md
index 997cd8603..87c1effb1 100644
--- a/core/src/services/sftp/docs.md
+++ b/core/src/services/sftp/docs.md
@@ -24,10 +24,7 @@ This service can be used to:
- `known_hosts_strategy`: Set the strategy for known hosts, default to `Strict`
- `enable_copy`: Set whether the remote server has copy-file extension
-It doesn't support password login, you can use public key instead.
-
-If you are interested in password login, please refer to
[this](https://github.com/apache/incubator-opendal/issues/2966) issue.
-Welcome to leave your comments or make contributions.
+For security reasons, it doesn't support password login, you can use public
key or ssh-copy-id instead.
You can refer to [`SftpBuilder`]'s docs for more information