zw963 / asuswrt-merlin-v2ray

Use Asuswrt Merlin as a transparent proxy, powered by V2Ray
MIT License
51 stars 11 forks source link

deploy_start.sh line 174 scp cmd needs -O option. #10

Open PeiyuanQi opened 7 months ago

PeiyuanQi commented 7 months ago

similar issue is https://forum.openwrt.org/t/ash-usr-libexec-sftp-server-not-found-when-using-scp/125772/3

add -O might not be the correct solution considering in future versions -O might be removed.

zw963 commented 7 months ago

add -O might not be the correct solution considering in future versions -O might be removed.

Thanks for mention this, because the copy command is used for both use scp copy file into router(AC5300) and remote VPS, so, i add -O option for support the older router, maybe i can figure out a way to fix this.

PeiyuanQi commented 7 months ago

make sense feel free to close.

also i find deploy server side with d2ray docker image is faster.