From 47603337b78365c8ed776312cd89172c48ef6ee1 Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Mon, 10 Aug 2026 10:28:37 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20ssh/app-gohrm=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E6=8E=A5=E5=85=A5=20GoHRM=20Gitea=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- ssh/app-gohrm.pub | 1 + ssh/config | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 ssh/app-gohrm.pub diff --git a/ssh/app-gohrm.pub b/ssh/app-gohrm.pub new file mode 100644 index 0000000..f03026c --- /dev/null +++ b/ssh/app-gohrm.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBeSOgWQ8kdUcUKnmHjbvga+QhR8XEKxFQeYazORinnN \ No newline at end of file diff --git a/ssh/config b/ssh/config index b6e018f..bc6354d 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 172.207.73.17 + HostName 172.207.73.17 + User git + IdentityFile ~/.flinty/ssh/app-gohrm.pub + # 公司 GitLab 不支持 ED25519 # Host git.liandisys.com.cn # HostName git.liandisys.com.cn