We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ran my WDT between two dockers, both being in host network. I used the following ssh command :
sshpass -p password ssh -o StrictHostKeyChecking=no -p 52022 -o UserKnownHostsFile=/dev/null [email protected] wdt -directory / -transfer_id f115f8bca955db40c614b8b9d9efe45c -start_port 22372 -overwrite=true | wdt -directory / -destination 192.168.99.99 -transfer_id f115f8bca955db40c614b8b9d9efe45c -start_port 22372 -manifest /tmp/tmp7s6rlqa9.tmp -overwrite=true
There seems to be an issue with the sockets, It worked fine in test but for some reason, I cannot get it to work in production:
See logs here : wdt_error.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ran my WDT between two dockers, both being in host network. I used the following ssh command :
sshpass -p password ssh -o StrictHostKeyChecking=no -p 52022 -o UserKnownHostsFile=/dev/null [email protected] wdt -directory / -transfer_id f115f8bca955db40c614b8b9d9efe45c -start_port 22372 -overwrite=true | wdt -directory / -destination 192.168.99.99 -transfer_id f115f8bca955db40c614b8b9d9efe45c -start_port 22372 -manifest /tmp/tmp7s6rlqa9.tmp -overwrite=true
There seems to be an issue with the sockets, It worked fine in test but for some reason, I cannot get it to work in production:
See logs here :
wdt_error.txt
The text was updated successfully, but these errors were encountered: