1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

hostname or IP address

Clarifies https://github.com/wez/wezterm/issues/1660
This commit is contained in:
siddug 2022-02-25 15:50:16 +05:30 committed by Wez Furlong
parent 755f1c28ae
commit 166de51683

View File

@ -40,7 +40,7 @@ return {
{
-- This name identifies the domain
name = "my.server",
-- The address to connect to
-- The address to connect to or the 'host' name from user's ssh config file
remote_address = "192.168.1.1",
-- The username to use on the remote host
username = "wez",