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