-
-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
my ~/.ssh/config looks like this:
Host *
ForwardAgent yes
ServerAliveInterval 120
IdentityFile /path/to/default/default/ssh/key
...
Host gate
User tim
Hostname 1.2.3.4
Port 22
LocalForward 1234 192.168.1.1:1234
after running sshto and selecting host gate I got error: Name or service not knownname gate
my default shell is zsh. But I run /bin/bash before starting sshto. I use Linux Mint 21.2
Metadata
Metadata
Assignees
Labels
No labels