TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: yknotify – Notify when YubiKey needs touch on macOS

63 pointsby noperator4 months ago

9 comments

moribvndvs4 months ago
Interesting. I haven’t had this problem, because every time I need to touch the yubikey macOS pops a giant fucking dialog that requires 2-3 clicks before it lets me tap it.
评论 #43032702 未加载
immibis4 months ago
Shouldn't you only touch your YubiKey when you've just done something that you know requires you to touch your YubiKey? Otherwise, you're just authenticating anything that asks, including the virus.
评论 #43032802 未加载
throitallaway4 months ago
Interesting project, but I can't say I've ever wondered whether or not it's time to touch my Yubikey. Authenticating with a token is a very intentful process.
评论 #43029792 未加载
评论 #43030320 未加载
WhyNotHugo4 months ago
For Linux, see: <a href="https:&#x2F;&#x2F;github.com&#x2F;maximbaz&#x2F;yubikey-touch-detector">https:&#x2F;&#x2F;github.com&#x2F;maximbaz&#x2F;yubikey-touch-detector</a>
alpb4 months ago
I&#x27;m looking at the source code but not seeing any notification popups etc. Where&#x27;s the notification mechanism beyond writing to stdout? Am I misunderstanding the project&#x27;s use case?
theasisa4 months ago
Awesome! I had a look at making something similar but stumbled into issues with looking at file updates with fnotify as it isn&#x27;t supported on OSX. This is the answer to my prayers! Will definitely add some notification to use this so I get a visual&#x2F;auditory signal to touch my Yubikey.<p>Thank you so much for making this
sureIy4 months ago
Question: why use YubiKey on a Mac with Secure Enclave?
评论 #43032766 未加载
评论 #43032602 未加载
philsnow4 months ago
I only wanted to say I appreciate the F-clef in your shell prompt:<p><pre><code> 𝄢 yknotify {&quot;ts&quot;:&quot;2025-02-12T20:09:03Z&quot;,&quot;type&quot;:&quot;FIDO2&quot;} {&quot;ts&quot;:&quot;2025-02-12T20:09:14Z&quot;,&quot;type&quot;:&quot;OpenPGP&quot;}</code></pre>
评论 #43030074 未加载
评论 #43037235 未加载
评论 #43030361 未加载
wutwutwat4 months ago
sweet, I can&#x27;t wait to download something that will scan my system&#x27;s logs looking for specific security signals, and then take action when it sees certain ones!<p>&#x2F;s<p>Joking aside, as others have said. I&#x27;ve never been shocked to learn something was waiting for my touch because it&#x27;s always a thing I&#x27;ve initiated and am usually saying &quot;cmon cmon&quot; while waiting for the key to become ready _for_ me to touch it.<p>If you want to write a program that notifies my yubikey that a human is waiting for it to light up so they can touch it, then we&#x27;ll be talking :)