[GH-ISSUE #25] Delete/upload/download specific keys or config entries #4

Open
opened 2026-02-28 01:16:48 +03:00 by kerem · 4 comments
Owner

Originally created by @therealpaulgg on GitHub (Apr 26, 2023).
Original GitHub issue: https://github.com/therealpaulgg/ssh-sync/issues/25

Originally assigned to: @therealpaulgg, @Copilot on GitHub.

Originally created by @therealpaulgg on GitHub (Apr 26, 2023). Original GitHub issue: https://github.com/therealpaulgg/ssh-sync/issues/25 Originally assigned to: @therealpaulgg, @Copilot on GitHub.
Author
Owner

@therealpaulgg commented on GitHub (Mar 20, 2024):

This is really a 'nice to have', not really necessary for v1 release.

<!-- gh-comment-id:2010237571 --> @therealpaulgg commented on GitHub (Mar 20, 2024): This is really a 'nice to have', not really necessary for v1 release.
Author
Owner

@therealpaulgg commented on GitHub (Apr 3, 2024):

It turns out it would be quite nice to have this.

I accidentally added a .duplicate file to my actual ssh-sync store, and I can't get rid of it.

Also we should implement a bug fix for the following situation:

  • I have a key named bob
  • I save a file bob.duplicate
  • I upload - this uploads bob and bob.duplicate

This'll create a problem when having to create another bob.duplicate

A simple fix could be, ssh-sync just never ever uploads .duplicate files. But in the event it does, we should handle that scenario and append some sort of character.

But - now that I'm in this state, I would love to be able to delete a specific entry from my keystore.

Perhaps a TUI to explore the keys...that would be really cool

<!-- gh-comment-id:2033982364 --> @therealpaulgg commented on GitHub (Apr 3, 2024): It turns out it would be quite nice to have this. I accidentally added a .duplicate file to my actual ssh-sync store, and I can't get rid of it. Also we should implement a bug fix for the following situation: - I have a key named bob - I save a file bob.duplicate - I upload - this uploads bob and bob.duplicate This'll create a problem when having to create another bob.duplicate A simple fix could be, ssh-sync just never ever uploads .duplicate files. But in the event it does, we should handle that scenario and append some sort of character. But - now that I'm in this state, I would love to be able to delete a specific entry from my keystore. Perhaps a TUI to explore the keys...that would be really cool
Author
Owner

@therealpaulgg commented on GitHub (Apr 3, 2024):

This will require additional endpoints in ssh-sync-server.

<!-- gh-comment-id:2033993334 --> @therealpaulgg commented on GitHub (Apr 3, 2024): This will require additional endpoints in ssh-sync-server.
Author
Owner

@therealpaulgg commented on GitHub (Nov 9, 2024):

The delete portion of key management is complete.

Next task:

As a user,

I want to be able to delete configuration entries from the configuration store,
so that I may have further control over my configuration.

<!-- gh-comment-id:2466439562 --> @therealpaulgg commented on GitHub (Nov 9, 2024): The delete portion of key management is complete. Next task: As a user, I want to be able to delete configuration entries from the configuration store, so that I may have further control over my configuration.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ssh-sync#4
No description provided.