clean code

Signed-off-by: Lee Tang <i@d0zingcat.dev>
This commit is contained in:
Lee Tang
2023-01-15 10:39:07 +08:00
parent bcbbed8e30
commit 3ea9ab0d06
5 changed files with 51 additions and 3948 deletions

24
ssh/config Normal file
View File

@@ -0,0 +1,24 @@
Host *
IdentityAgent "~/.1password/agent.sock"
ServerAliveInterval 60
Host github.com
Hostname ssh.github.com
Port 443
User git
# Personal GitHub
Host personalgit
Hostname ssh.github.com
Port 443
User git
IdentityFile ~/.ssh/personal_git.pub
IdentitiesOnly yes
# Work GitHub
Host workgit
Hostname ssh.github.com
Port 443
User git
IdentityFile ~/.ssh/work_git.pub
IdentitiesOnly yes