Secure Input -- use touchid to authenticate/authorize use of a key (ex: IdentityAgent for ssh) #9188
-
|
Is there any appetite for opting to use the secure input module for authentication via touch-id, then auto-populate the entry? I instinctively reach for my touch-id anytime the secure entry bubble pops up, so I thought I would pose the question here(however dumb it may seem). Is it worthwhile to investigate incorporating touch-id to authenticate. I'm imagining something like an IdentityAgent for SSH. For example: 1Password describes this functionality in their ssh-agent documentation. I've not tried their particular implementation, but using touch-id to authenticate/authorize is the basic instinct. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
I found a better example:
I'll admit I haven't combed through the above code in detail, but I'm envisioning something similar just more native. Given that Ghostty uses the native APIs, I'm curious if this functionality has been considered. |
Beta Was this translation helpful? Give feedback.
-
|
I personally think this is a bit out of scope for a terminal emulator (and is much better suited for a dedicated password manager like 1Password) but if the API is not too complex we might be able to add it. |
Beta Was this translation helpful? Give feedback.
-
|
What I understand that you're asking for isn't a terminal emulator responsibility, it's a shell or lower (probably lower). Just to check I'm not misunderstanding, how did you expect this to work exactly? |
Beta Was this translation helpful? Give feedback.
-
|
Just use https://github.com/maxgoedjen/secretive (macOS) |
Beta Was this translation helpful? Give feedback.
What I understand that you're asking for isn't a terminal emulator responsibility, it's a shell or lower (probably lower). Just to check I'm not misunderstanding, how did you expect this to work exactly?