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

Commits on Apr 26, 2024

  1. Fix incorrect retry when SIGINT reaches ssh

    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.
    tleedjarv committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6f2ec4b View commit details
    Browse the repository at this point in the history