You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 1Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer.Community– Community Bot2025-04-14 15:45:42 +00:00Commented Apr 14 at 15:45
- 3Let's first quell the misgiving. YubiKey and most other security keys do not require or use any sort of online connectivity as that would be antithetical to their purpose.DanHolli– DanHolli2025-04-14 16:22:20 +00:00Commented Apr 14 at 16:22
- There 3 ways I know you can do this without "Linux programing" which I have no experience with also. 1 go the route of making your own device, you'll want something to act as a "rubber ducky" weather it's a pico, arduino, or other microcontroller and have it enter your password. 2. Use a YubiKey and set your password to either the touch actions (this is what I do for low security applications) 3. Use a YubiKey and set up the login system to allow login via the fido passkeys, this is the proper secure way of doing things and I believe YubiKey has instructions for thisDanHolli– DanHolli2025-04-14 16:29:36 +00:00Commented Apr 14 at 16:29
- Not an answer because I may have misunderstood the question. There are many posts that show how to detect a button press, a simple one is raspberrypihq.com/use-a-push-button-with-raspberry-pi-gpio . If you then want the Pi to inform ANOTHER Linux box of the event, you will need to study inter-machine communications, but that is too advanced for a single question.Peter Bill– Peter Bill2025-04-14 19:19:02 +00:00Commented Apr 14 at 19:19
- @DanHolli: To be fair. The original Yubico OTP feature – which was the sole feature of the Yubikey once upon a time, before "most other security keys" – did generally require access to the Yubico API in order to validate the OTPs out-of-the-box, unless you reprogram it with a custom key first (which then makes it not work with websites that validate OTPs against the main API, so it was not done often by individuals). And since it was advertised as a method of secure logon to websites, it certainly was not "antithetical to their purpose".grawity– grawity2025-04-15 19:02:57 +00:00Commented Apr 15 at 19:02
| Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. shell-script), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you