TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

63 点作者 noperator4 个月前

9 条评论

moribvndvs4 个月前
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 个月前
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 个月前
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 个月前
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 个月前
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 个月前
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 个月前
Question: why use YubiKey on a Mac with Secure Enclave?
评论 #43032766 未加载
评论 #43032602 未加载
philsnow4 个月前
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 个月前
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 :)