ssh: Allow `ssh -F ssh_config` (#25619)
- Closes https://github.com/zed-industries/zed/issues/22818
Usage: `ssh -F ssh_config user@host.tld`
```
-F configfile
Specifies an alternative per-user configuration file. If a configuration file
is given on the command line, the system-wide configuration file
(/etc/ssh/ssh_config) will be ignored. The default for the per-user
configuration file is ~/.ssh/config. If set to “none”, no configuration files
will be read.
```
Release Notes:
- ssh: Added support for specifying ssh_config files (`ssh -F
ssh_config`) in connection string P
Peter Tripp committed
b06da7f7fd47d543b52e3d1ab65a90c696c287f6
Parent: f80035e
Committed by GitHub <noreply@github.com>
on 2/26/2025, 9:23:25 PM