Replies: 1 comment 3 replies
-
Try to omit pagent to check if it is the case. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Deployment frequently fails, during any task at any time during the deployment pipeline, with a connection reset by peer message. I have no issues having a PuTTY connection open to the same server for days without interruption but deployer cannot stay connected for more than a few seconds.
Eventually, after retrying 12 times and failing every single time at random points during the deploy, it got to the point where it refused to even start.
It just gets stuck at the first task and emits no further output, not even a connection reset by peer. Deployer is now completely broken in that shell and I had to launch another shell to get it to respond again, but it still gets connection reset.
Windows 10 over IPv6 using v6.8.0.
If I had to guess, it might be something to do with the ssh-pageant agent.
I use this script to connect SSH to Pageant so I do not have to specify my keys.
Beta Was this translation helpful? Give feedback.
All reactions