mirror of
https://github.com/therealpaulgg/ssh-sync.git
synced 2026-04-27 00:15:53 +03:00
[GH-ISSUE #74] Pay attention to dates of ssh keys before uploading/downloading #23
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#23
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 (Jan 14, 2026).
Original GitHub issue: https://github.com/therealpaulgg/ssh-sync/issues/74
When a user tries to upload keys, the server should check the file's date on the local machine and compare it with the server's. If the server's key is newer, the client should be prompted to make sure that they're ok with overwriting the newer key with the old key.
For downloading keys we have a practice of checking the keys before overwriting, but we currently have no warnings on the upload side.