Quellcode durchsuchen

[ssh] Merge conflict resolved

Colin Powell vor 6 Monaten
Ursprung
Commit
2c92cb5342
1 geänderte Dateien mit 11 neuen und 7 gelöschten Zeilen
  1. 11 7
      ssh/.ssh/config

+ 11 - 7
ssh/.ssh/config

@@ -1,5 +1,6 @@
 Include ~/.orbstack/ssh/config
 
+
 Include /Users/powellc/.colima/ssh_config
 
 #CanonicalizeHostname yes
@@ -22,6 +23,9 @@ Host code.unbl.ink git.service 192.168.40.244
   PasswordAuthentication no
   IdentitiesOnly yes
 
+Host gogs*
+  Port 222
+
 # Mailinabox uses root by default
 Host box.unbl.ink
   IdentityFile ~/.ssh/box_unbl_ink
@@ -98,13 +102,13 @@ Host 67.205.184.201 life.unbl.ink
   IdentityFile ~/.ssh/1904_powellc
 
 ## Jail hosts all need a jump
-Match exec "onsubnet 192.168.40." host *.service
-  User root
+#Match exec "onsubnet 192.168.40." host *.service
+#  User root
   IdentityFile ~/.ssh/jails
   Hostname %h
 
-Match exec "onsubnet --not 192.168.40." host *.service
-  User root
-  IdentityFile ~/.ssh/jails
-  Hostname %h
-  ProxyJump bastion.unbl.ink
+  #Match exec "onsubnet --not 192.168.40." host *.service
+  #  User root
+  #  IdentityFile ~/.ssh/jails
+  #  Hostname %h
+  #  ProxyJump bastion.unbl.ink