mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-18 07:26:44 +00:00
24
ssh/config
Normal file
24
ssh/config
Normal 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
|
||||
Reference in New Issue
Block a user