yubikey-touch-detector
yubikey-touch-detector copied to clipboard
A tool to detect when your YubiKey is waiting for a touch (to send notification or display a visual indicator on the screen)
Apologies for me being unclear whether the PIV is supported and I'm experiencing a bug or is this a planned feature?
Using the next Debian 12. ```sh # untar to some place, like /tmp sudo mv /tmp/yubikey-touch-detector-1.10.0-linux64/yubikey-touch-detector /usr/bin/yubikey-touch-detector mv /tmp/yubikey-touch-detector-1.10.0-linux64/yubikey-touch-detector.service ~/.config/systemd/user/yubikey-touch-detector.service mv /tmp/yubikey-touch-detector-1.10.0-linux64/yubikey-touch-detector.socket ~/.config/systemd/user/yubikey-touch-detector.socket # Config # See: https://superuser.com/a/365918/609233 mkdir -v...
Hello, very cool tool, not sure if that can be local config issue but I get this ``` )> go install github.com/maximbaz/yubikey-touch-detector@latest go: github.com/maximbaz/yubikey-touch-detector@latest (in github.com/maximbaz/[email protected]): The go.mod file for...
Hi! The 1.10.1 release doesn't have the `*-linux64.tar.gz`. Could you please add it?
Hi, I'm currently using `yubikey-touch-detector` in conjunction with `dunst` for notifications. I've encountered a couple of areas where enhancements could significantly improve user experience: 1. **Inclusion of Event Type in...
I use the systemd user service to run yubikey-touch-detector. I'm using NixOS 23.05 with GNOME 44.2. When I first boot my machine, no U2F events are captured. (I don't use...
I use the systemd user service to run `yubikey-touch-detector`. I'm using NixOS 23.05 with GNOME 44.2. When I log out of GNOME, the service logs the following and crashes: ```...
When setting `GNUPGHOME=$XDG_STATE_HOME/gnupg`, or anything except `GNUPGHOME=~/.gnupg`, the systemd service will never be able to get the right `$SSH_AUTH_SOCK`. Instead, at startup, it will print: ``` Nov 26 20:55:56 redacted...
When using yubikey-backed ssh keys to access a github repository the CLI operations do not show any notification that a touch is required.
Is MacOS supported?