-
Notifications
You must be signed in to change notification settings - Fork 133
-
My config file extensively uses the following to swap between using local IPs when at home and remote URLs when travelling.
Match host z2m1 exec "ifconfig -a inet 2>/dev/null | awk '/inet /{print 2ドル}' | grep -Fq '192.168.199.'"
HostName 192.168.199.58
Port 22
User jarrah
Match host z2m1
HostName ssh.mydomain.uk/z2m1
ProxyCommand /opt/homebrew/bin/cloudflared access ssh --hostname %h
User jarrah
Unfortunately these hosts aren't detected when I run lazyssh so I wondered if it's possible to support this in the future please?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment