Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect config argument position for builtin SSH server (#25341)
The "--config" option is a global option, it shouldn't appear at the end. Otherwise it might not be respected in some cases. Caught by #25330 and use a separate PR to fix it for 1.20
- Loading branch information