docs: add AllowTcpForwarding prerequisite to Hetzner SSH tunnel step#1397
Open
BingqingLyu wants to merge 2 commits into
Open
docs: add AllowTcpForwarding prerequisite to Hetzner SSH tunnel step#1397BingqingLyu wants to merge 2 commits into
BingqingLyu wants to merge 2 commits into
Conversation
Users with hardened sshd configs hit a silent failure when attempting the SSH tunnel. Add a prerequisite note explaining the AllowTcpForwarding setting and the error message they will see if it is disabled. Closes openclaw#54557
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.
Summary
AllowTcpForwardingmust be enabled in the VPS sshd config for this to work.channel 3: open failed: administratively prohibited: open failed- with no indication that sshd config is the cause.AllowTcpForwardingsetting, the exact error they will see if it is disabled, and asystemctl restart sshdreminder.Change Type (select all)
Scope (select all touched areas)
Linked Issue/PR
AllowTcpForwardingto be enabled in sshd config openclaw/openclaw#54557Root Cause / Regression History (if applicable)
N/A - docs gap, not a regression.
Regression Test Plan (if applicable)
N/A
User-visible / Behavior Changes
Users following the Hetzner guide now see a prerequisite note about
AllowTcpForwardingbefore the tunnel command.Security Impact (required)
Repro + Verification
Environment
Steps
AllowTcpForwarding no)ssh -N -L 18789:127.0.0.1:18789 root@YOUR_VPS_IPchannel 3: open failed: administratively prohibited: open failedExpected
Actual (before fix)
AllowTcpForwardinganywhere in the guideEvidence
AllowTcpForwardingto be enabled in sshd config openclaw/openclaw#54557)Human Verification (required)
AllowTcpForwarding localis the minimal safe setting for this use caseAllowTcpForwarding yesalso works but is broader than needed;localis the right recommendation for this setupReview Conversations
Compatibility / Migration
Failure Recovery (if this breaks)
docs/install/hetzner.mdRisks and Mitigations
None - docs-only change.