Back to Wezterm

`ssh_domains`

docs/config/lua/config/ssh_domains.md

latest475 B
Original Source

ssh_domains

Configures SSH multiplexing domains. Read more about SSH Domains.

This option accepts a list of SshDomain objects.

{{since('20230408-112425-69ae8472')}}

If you don't set ssh_domains in your config, wezterm will default to configuring it as if you had:

lua
config.ssh_domains = wezterm.default_ssh_domains()

See also wezterm.default_ssh_domains().