Replies: 4 comments
-
should be totally possible! a new command like the database is already setup such that a user:keys is 1:N: snips.sh/internal/db/schema.hcl Lines 23 to 53 in 8e52e02 (might need a new index if we need to fine all keys for a user ID though) e.g. something like taking a list of keys from stdin and adding them to your current user id
(need to think of a nice pattern for having more "commands") we'll need some more tui to add/remove keys too |
Beta Was this translation helpful? Give feedback.
-
I just bumped into similar issue while rotating my ssh keys. Solution I used:
Hence, every ssh key is associated with different user. Let's change it...
What I've got is - different ssh keys are attached to the same user. Worked like a charm, now I can login using any of the keys and I get all of my snippets. |
Beta Was this translation helpful? Give feedback.
-
Any update on this feature? I have multiple devices, each with their own SSH keys, and would like to be able to see all my snips uploaded from all my different devices. |
Beta Was this translation helpful? Give feedback.
-
Sorry I haven't had the time to implement this feature, and am not sure if
I will in the near future.
…On Thu, Jan 16, 2025 at 8:39 PM Devin Collins ***@***.***> wrote:
Any update on this feature? I have multiple devices, each with their own
SSH keys, and would like to be able to see all my snips uploaded from all
my different devices.
—
Reply to this email directly, view it on GitHub
<#164 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK56Y5Z3JQMDIFQKXYI63ML2LCCPTAVCNFSM6AAAAABEGMHZZOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOBWGIZTSMQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
This might defeat the purpose of being passwordless, but what do you think about the possibility of associating multiple SSH keys to a single account / SSH key? I find myself wanting to access snips from different machines, but I'm not sure if there's a way to do that at the moment.
Beta Was this translation helpful? Give feedback.
All reactions