Replies: 1 comment 1 reply
-
I'd suggest using default_domain and SSH Domains instead, e.g.: config.ssh_domains = {
{
name = "my-server",
remote_address = "192.168.1.1:2222",
username = "user",
multiplexing = "None",
ssh_option = {
identityfile = "/path/to/id_rsa.pub",
},
},
}
config.default_domain = "my-server" |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I use Windows
Is it possible to do something like this. I mainly use the Wezterm to connect to a remote server:
config.default_gui_startup_args = { 'ssh', '-oIdentityFile=path\to\id_ed25519', 'USER@IP:50512' }
Beta Was this translation helpful? Give feedback.
All reactions