Add SSH remote flashing FAQ page#26281
Open
jonbobcar wants to merge 5 commits into
Open
Conversation
Instructions for modifying 50-qmk.rules to allow flashing a keyboard through a remote SSH session
zvecr
requested changes
Jun 21, 2026
zvecr
left a comment
Member
There was a problem hiding this comment.
I dont think this warrants its own part on the sidebar. Its probably best to handle it as an optional argument to util/install_udev.sh and extending the existing docs at https://docs.qmk.fm/faq_build#linux-udev-rules
tzarc
requested changes
Jun 21, 2026
tzarc
reviewed
Jun 21, 2026
Author
|
I did my best to find a decent spot for this and used the ::: Tip I'm unsure how to proceed with @zvecr proposed change. I am willing to admit that this Tip isn't very valuable and will close this PR if y'all think it is bad or doesn't fit. I was happy that the fix was relatively easy and just want to get it documented somewhere other than Discord so that people can find it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
I wanted to flash a keyboard that was plugged into a headless Ubuntu server while I was commanding that server through SSH. My log of command inputs and errors is here: 2026-06-20_QMK_HELP.txt
With @sigprof help on Discord, and a tiny bit of Q&A with Gemini, I was able to get it working with a modification to
/etc/udev/rules.d/50-qmk.rulesTypes of Changes
Issues Fixed or Closed by This PR
SSH flashing was not possible with default settings.
Checklist
qmk docs -band the page is in the sidebar and looks good.