Browse Source

Add ssh config entry for box hosts

Colin Powell 5 years ago
parent
commit
7a2276b7e0
1 changed files with 3 additions and 0 deletions
  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