tags:
- ssh
- multiplexing
ssh_domains
Configures SSH multiplexing domains. Read more about SSH Domains.
This option accepts a list of SshDomain objects.
{{since('nightly')}}
If you don't set ssh_domains
in your config, wezterm will default
to configuring it as if you had:
config.ssh_domains = wezterm.default_ssh_domains()
See also wezterm.default_ssh_domains().