瀏覽代碼

[ssh] Should probably update ssh config

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

+ 2 - 2
ssh/.ssh/config

@@ -16,7 +16,7 @@ Host github.com
 
 # Home Gitea account:
 Host code.unbl.ink git.service
-  Port 222
+  Port 2222
   User git
   IdentityFile ~/.ssh/2022_git
   PreferredAuthentications publickey
@@ -24,7 +24,7 @@ Host code.unbl.ink git.service
   IdentitiesOnly yes
 
 Host gogs*
-  Port 222
+  Port 2222
 
 # Mailinabox uses root by default
 Host box.unbl.ink