### Is there an existing issue for this? - [x] 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 https://github.com/coder/coder/issues/7816. ### Relevant Log Output ```shell 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_