silver-ymz commented on PR #2192: URL: https://github.com/apache/incubator-opendal/pull/2192#issuecomment-1531567588
`OPENDAL_SFTP_KEY: target/ssh/.ssh/keys/id_rsa`. This should be `target/ssh/id_rsa`. And in https://github.com/silver-ymz/test_action/actions/runs/4862234965/jobs/8668325376, I try a direct ssh connection to the server. We can see that it doesn't connect. ``` OpenSSH_8.9p1 Ubuntu-3ubuntu0.1, OpenSSL 3.0.2 15 Mar 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files debug1: /etc/ssh/ssh_config line 21: Applying options for * debug2: resolve_canonicalize: hostname 127.0.0.1 is address debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/runner/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/runner/.ssh/known_hosts2' debug3: ssh_connect_direct: entering debug1: Connecting to 127.0.0.1 [127.0.0.1] port 2222. debug3: set_sock_tos: set socket 3 IP_TOS 0x10 debug1: Connection established. debug1: identity file target/ssh/id_rsa type 0 debug1: identity file target/ssh/id_rsa-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.1 kex_exchange_identification: read: Connection reset by peer Connection reset by 127.0.0.1 port 2222 Error: Process completed with exit code 255. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
