使用scp命令将某个文件从服务器复制到服务器时使用passphrase参数自定义端口和私钥会出错
命令就像
scp -i xxxxxxx.pem -P xxxxx /path/source-file.zip root@example.com:/path/to/destination/file.zip
错误消息
ssh: connect to host example.com port xxxxx: Connection timed out
lost connection
使用privatekey(使用自定义端口和密码)连接example.com时工作正常。但是在我们使用scp命令时不能正常工作。
答案 0 :(得分:0)
此语法对我不起作用。
所以我使用了wget
和CURL