1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-11 03:27:05 +03:00
wezterm/wezterm-gui-subcommands
Wez Furlong 32fa186c99 wezterm-gui: add wezterm ssh -oIdentityFile=/some/thing
Allow overriding ssh config options from the command line.

I don't want to replicate the many options that `ssh(1)` has;
this just exposes the `-oNAME=VALUE` syntax.  The config names
are those from `man ssh_config`; `IdentityFile` rather than `-i`.

refs: #457
2021-03-28 08:24:35 -07:00
..
src wezterm-gui: add wezterm ssh -oIdentityFile=/some/thing 2021-03-28 08:24:35 -07:00
Cargo.toml split gui into wezterm-gui executable 2020-10-24 16:40:15 -07:00