From 93e8f6e8d92c66193c299d2a8e8268137b23b89f Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Tue, 28 Jul 2026 07:04:18 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20ssh/config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ssh/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ssh/config b/ssh/config index d525061..dba57be 100644 --- a/ssh/config +++ b/ssh/config @@ -8,6 +8,11 @@ Host git.mitsea.com User git IdentityFile ~/.flinty/ssh/app-gitea-selfhost.pub +Host git.liandisys.com.cn + HostName git.liandisys.com.cn + User git + IdentityFile ~/.flinty/ssh/app-gitlab-ce.pub + Host github.com HostName github.com User git