From 0d208cbd6c46a7664bb20892e857a174da2725de Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 26 May 2019 22:54:46 +0300 Subject: [PATCH] Add the subnet as a fallback. --- .ssh/config.d/20_shore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ssh/config.d/20_shore b/.ssh/config.d/20_shore index 378ed08..8cc33ea 100644 --- a/.ssh/config.d/20_shore +++ b/.ssh/config.d/20_shore @@ -28,7 +28,7 @@ User root ProxyCommand ssh ns1.shore.co.il -W %h:%p LocalForward 8082 localhost:80 -Host *.shore.co.il +Host *.shore.co.il 192.168.3.* IdentityFile ~/.ssh/shore_ecdsa IdentityFile ~/.ssh/shore_rsa User nimrod -- GitLab