Skip to content
New issue

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

Fix incorrect retry when SIGINT reaches ssh #1015

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

tleedjarv
Copy link
Contributor

This PR is opened on top of #1013. Only the last commit is unique to this PR and needs to be reviewed here.

@tleedjarv
Copy link
Contributor Author

Rebased on top of #1024

Make sure that the retry loop is never activated if a SIGINT has been
received. In some cases the SIGINT could have been incorrectly detected
as a lost connection which would normally enable the retry loop. This
can happen when the ssh process receives SIGINT as part of the process
group and shuts down, which to us looks like a lost network connection.
@gdt gdt merged commit 795e0d8 into bcpierce00:master Apr 26, 2024
29 checks passed
@tleedjarv tleedjarv deleted the fix-sshintr branch April 26, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants