mirror of
https://github.com/therealpaulgg/ssh-sync.git
synced 2026-04-26 16:05:51 +03:00
[GH-ISSUE #28] Add more graceful response if successful challenge-response but the challenger quit the session #6
Labels
No labels
ai-generated
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ssh-sync#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @therealpaulgg on GitHub (Feb 27, 2024).
Original GitHub issue: https://github.com/therealpaulgg/ssh-sync/issues/28
Example of this behavior:
Client starts challenge, and quits (ctrl+c)
On other machine this happens:
Expected behavior would be that the challenge should clean itself up when the challenger quits their session, and when the challenge response occurs it should say invalid challenge.
@therealpaulgg commented on GitHub (Mar 21, 2024):
This is fixed in this pull request. https://github.com/therealpaulgg/ssh-sync-server/pull/17