소스 검색

[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