Explorar el Código

Add ssh config entry for box hosts

Colin Powell hace 5 años
padre
commit
7a2276b7e0
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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