From d05f1b5d81d5833d30253c3378360cd56e85d841 Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Tue, 28 Jul 2026 07:13:37 +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 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ssh/config b/ssh/config index dba57be..158a913 100644 --- a/ssh/config +++ b/ssh/config @@ -8,10 +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 +# 公司 GitLab 不支持 ED25519 +# 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