浏览代码

[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
 known_hosts
 error.log
 error.log
 *.envrc
 *.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
   User powellc
 Host kari.local
 Host kari.local
   User powellc
   User powellc
+Host skoll.local
+  User powellc
 Host atlas.local
 Host atlas.local
   User powellc
   User powellc
 
 

部分文件因为文件数量过多而无法显示