-
Notifications
You must be signed in to change notification settings - Fork 960
Closed
Labels
needs-triageIssue that require triageIssue that require triage
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
When using coder gitssh
with standard SSH options, the command fails to forward these options to ssh
. Instead, coder
incorrectly attempts to parse them as its own flags.
Originally reported in #7816.
Relevant Log Output
parsing flags ([gitssh -p 2222 git@server]) for "coder gitssh": unknown shorthand flag: 'p' in -p
Expected Behavior
All SSH options should be forwarded to ssh
, since coder gitssh
is intended to function as a wrapper around ssh
.
Steps to Reproduce
Execute coder gitssh -p 2222 git@server
in a Coder workspace.
Environment
- Host OS: Debian 13
- Coder version: 2.24.3
Additional Context
No response
Metadata
Metadata
Assignees
Labels
needs-triageIssue that require triageIssue that require triage