Quellcode durchsuchen

Add ssh config entry for box hosts

Colin Powell vor 5 Jahren
Ursprung
Commit
7a2276b7e0
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      ssh/.ssh/config

+ 3 - 0
ssh/.ssh/config

@@ -16,6 +16,9 @@ Host git.unbl.ink
   PasswordAuthentication no
   IdentitiesOnly yes
 
+Host box.*
+  User root
+
 Host sdf.org
   User secstate