CC-7209: Deprecate and hide OpenSSH options from ssh command - #12853
Conversation
🦋 Changeset detectedLatest commit: 541db34 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Codeowners approval required for this PR:
Show detailed file reviewers |
|
✅ All changesets look good |
|
Let me review the changes systematically:
Everything looks correct. No logic bugs, no security issues, no backward compatibility violations (the flags still work, they're just hidden and deprecated). LGTM |
Fixes CC-7209.
Deprecate and hide OpenSSH-specific config flags for the
wrangler containers sshcommand.Today we use OpenSSH to implement the SSH feature, but in the future we will not, at which point these flags will stop working. We are hiding and deprecating them now before the SSH feature is fully launched so that users do not come to depend on them.