Browse Source

[ssh] Clean up ssh config and add jump hosts

Colin Powell 4 years ago
parent
commit
68d74c155b
1 changed files with 11 additions and 24 deletions
  1. 11 24
      ssh/.ssh/config

+ 11 - 24
ssh/.ssh/config

@@ -39,34 +39,21 @@ Host jump.local
 # Cloud
 Host pandora.unbl.ink
 
-# Dell Blade
-Host rhea.local
+# Bare metal hosts
+Host dione.local rhea.local phoebe.local prometheus.local iapetus.local titan.local
   User powellc
 
-# Macbook Pro
-Host dione.local
+# Mopidy VM
+Host mopidy.local
   User powellc
 
-# Honor 6x
-Host mimas.local
-  User powellc
-
-# iMac
-Host phoebe.local
-  User powellc
-
-# X220
-Host prometheus.local
-  User powellc
-
-# T440s
-Host iapetus.local
-  User powellc
-
-# X1 Carbon
-Host titan.local
-  User powellc
+# Git uses it's own port
+Host git.local
+  Port 222
 
+# Jail hosts all need a jump
 Host *.local
+  Hostname %h
   User root
-
+  IdentityFile ~/.ssh/jails
+  ProxyJump jump.unbl.ink