Browse Source

[ssh] Fix ip for gogs

Colin Powell 3 months ago
parent
commit
ce8a896ef5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ssh/.ssh/config

+ 1 - 1
ssh/.ssh/config

@@ -16,7 +16,7 @@ Host github.com
     IdentityFile ~/.ssh/2022_git
     IdentityFile ~/.ssh/2022_git
 
 
 # Home Gitea account:
 # Home Gitea account:
-Host code.unbl.ink git.service 192.168.40.244 gogs*
+Host code.unbl.ink git.service 192.168.40.83 gogs*
   User git
   User git
   IdentityFile ~/.ssh/2024_git
   IdentityFile ~/.ssh/2024_git
   PreferredAuthentications publickey
   PreferredAuthentications publickey