Browse Source

[ssh] Add local ips to local config

Colin Powell 4 years ago
parent
commit
117a3bb722
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ssh/.ssh/config

+ 1 - 1
ssh/.ssh/config

@@ -52,7 +52,7 @@ Host git.local
   Port 222
 
 # Jail hosts all need a jump
-Host *.local
+Host *.local 192.168.8.*
   Hostname %h
   User root
   IdentityFile ~/.ssh/jails