therealpaulgg / ssh-sync

An SSH syncing application built with Go.
https://sshsync.io/
MIT License
4 stars 1 forks source link

Delete/upload/download specific keys or config entries #25

Open therealpaulgg opened 1 year ago

therealpaulgg commented 3 months ago

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

therealpaulgg commented 3 months ago

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:

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

therealpaulgg commented 3 months ago

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