mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 09:42:27 +00:00
Update ssh_config
This commit is contained in:
@@ -3,18 +3,31 @@ AddKeysToAgent yes
|
||||
|
||||
Host github.com
|
||||
User git
|
||||
IdentitiesOnly yes
|
||||
IdentityFile ~/.ssh/id_ed25519_github
|
||||
|
||||
Host *.home.tensixtyone.com
|
||||
Host heroku.com
|
||||
User git
|
||||
IdentitiesOnly yes
|
||||
IdentityFile ~/.ssh/id_ed25519_heroku
|
||||
|
||||
Host *.doofnet.uk
|
||||
ForwardAgent yes
|
||||
|
||||
Host *.tensixtyone.com
|
||||
ForwardAgent yes
|
||||
IdentitiesOnly yes
|
||||
IdentityFile ~/.ssh/id_ed25519_tensixtyone
|
||||
|
||||
Host dimension.sh
|
||||
ForwardAgent yes
|
||||
IdentitiesOnly yes
|
||||
IdentityFile ~/.ssh/id_ed25519_dimension
|
||||
|
||||
Host *.dimension.sh
|
||||
ForwardAgent yes
|
||||
IdentitiesOnly yes
|
||||
IdentityFile ~/.ssh/id_ed25519_dimension
|
||||
|
||||
Host *
|
||||
ForwardAgent no
|
||||
|
||||
Reference in New Issue
Block a user