Commit 22271931 authored by nimrod's avatar nimrod
Browse files

Add the subnet as a fallback.

parent 906eee77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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