Files
oak-gpui/crates
Peter Tripp b06da7f7fd 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
2025-02-26 16:23:25 -05:00
..
2025-02-19 20:33:18 +00:00
2025-01-27 13:40:59 -05:00
2025-02-26 12:38:04 -07:00
2025-02-25 03:10:45 +00:00
2025-02-26 12:38:16 -07:00
2025-02-26 18:31:58 +00:00