update sshconfig

Signed-off-by: Lee Tang <i@d0zingcat.dev>
This commit is contained in:
Lee Tang
2023-02-13 11:21:01 +08:00
parent 7bc13c6084
commit c2ff92ed69

View File

@@ -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