Ver Fonte

Add ssh config entry for box hosts

Colin Powell há 5 anos atrás
pai
commit
7a2276b7e0
1 ficheiros alterados com 3 adições e 0 exclusões
  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