From 019bc9e29523e572f82e23ccef0c30ce2c8fe3e1 Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Mon, 13 Jul 2026 13:13:12 +0800 Subject: [PATCH] ssh: add GitHub SSH key and host config --- ssh/app-github.pub | 1 + ssh/config | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 ssh/app-github.pub diff --git a/ssh/app-github.pub b/ssh/app-github.pub new file mode 100644 index 0000000..3c6632f --- /dev/null +++ b/ssh/app-github.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN9f2p8HTbjdo4GJHusMa8jtjSIcOrTmL6nxpvnUZVcq \ No newline at end of file diff --git a/ssh/config b/ssh/config index dcf16b3..33c9b69 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 github.com + HostName github.com + User git + IdentityFile ~/.flinty/ssh/app-github.pub + Host inc-r750xa HostName 10.0.24.20 User ubuntu