浏览代码

Add ssh config entry for box hosts

Colin Powell 5 年之前
父节点
当前提交
7a2276b7e0
共有 1 个文件被更改,包括 3 次插入0 次删除
  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