소스 검색

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