Max Baz
Max Baz
Another interesting issue! The U2F watcher depends on the presence of `/dev/hidraw*` devices, it's quite interesting that those are not present on your system yet, when the app launches. This...
I cannot reproduce, I generated a key using `ssh-keygen -t ed25519-sk`, added it to my github profile, cloning this repo using `git clone` and forcing this exact key, and I...
Hey, I don't use OATH, could you help me with repro steps? If I try simply the command above, I don't get touch request from yubikey, it simply gives the...
Gotcha, `-t` is exactly what I missed, many thanks, I can reproduce this now, we should definitely try to support this đ If you or anyone else want to give...
That's completely fine, ideas and testing, your helpful repro steps, are all also very valuable đ
@ftpd could you please confirm how you use this feature in your every day life? Do you just type `ykman oauth` command in terminal / have some shortcut for it?...
Interesting bug! I think this happens because you are using `libnotify`, which in turn obviously requires a graphical session to be running. There are two ways to fix it, either...
Hello, sorry for the radio silence âšī¸ The main reason for this is that my primary machine is not x86_64 anymore, so the script that I used to compile release...
Thanks for sharing. This looks quite similar to how you install any application on Linux, may I ask what was the most unintuitive part of the installation?
I think this belongs to wiki, as location of systemd files and XDG environment variables aren't really something this project decides đ Feel free to create a page on wiki...