瀏覽代碼

[ssh] Got a new mac up and running

Colin Powell 3 年之前
父節點
當前提交
1ed66601ca
共有 1 個文件被更改,包括 4 次插入6 次删除
  1. 4 6
      ssh/.ssh/config

+ 4 - 6
ssh/.ssh/config

@@ -12,7 +12,7 @@ Host *
 Host code.unbl.ink
   Port 222
   User git
-  IdentityFile ~/.ssh/1904_powellc
+  IdentityFile ~/.ssh/2022_git
   PreferredAuthentications publickey
   PasswordAuthentication no
   IdentitiesOnly yes
@@ -72,6 +72,8 @@ Host siarnaq.local
   User powellc
 Host skathi.local
   User powellc
+Host tarvos.local
+  User powellc
 
 Host telesto.local
   User root
@@ -87,16 +89,12 @@ Host penobscotbaypress.com
 Host mopidy.local
   User powellc
 
-# Git uses it's own port
-Host code.local
-  Port 222
-#
 ## Jail hosts all need a jump
 Host *.local 192.168.1.*
   User root
   IdentityFile ~/.ssh/jails
   Hostname %h
-  ProxyJump bastion.unbl.ink
+  #ProxyJump bastion.unbl.ink
 
 Host *.cloud51
     HostName %h