From c2ff92ed6920bf2cb954c0b803ecaf9c0979e6b2 Mon Sep 17 00:00:00 2001 From: Lee Tang Date: Mon, 13 Feb 2023 11:21:01 +0800 Subject: [PATCH] update sshconfig Signed-off-by: Lee Tang --- ssh/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ssh/config b/ssh/config index 8c0a9f3..0743700 100644 --- a/ssh/config +++ b/ssh/config @@ -7,6 +7,9 @@ Host github.com Hostname ssh.github.com Port 443 User git + # set to personal_git by default + IdentityFile ~/.ssh/personal_git.pub + IdentitiesOnly yes # Personal GitHub Host personalgit