소스 검색

[ssh] add skoll to metal servers

Colin Powell 3 년 전
부모
커밋
882e40d948
3개의 변경된 파일4개의 추가작업 그리고 9개의 파일을 삭제
  1. 2 0
      .gitignore
  2. 0 9
      fish/.config/fish/fish_variables
  3. 2 0
      ssh/.ssh/config

+ 2 - 0
.gitignore

@@ -25,3 +25,5 @@ jails
 known_hosts
 error.log
 *.envrc
+fish/completions/
+fish_variables

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 9
fish/.config/fish/fish_variables


+ 2 - 0
ssh/.ssh/config

@@ -64,6 +64,8 @@ Host kiviuq.local
   User powellc
 Host kari.local
   User powellc
+Host skoll.local
+  User powellc
 Host atlas.local
   User powellc
 

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.