mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-18 13:29:24 +00:00
Update ssh_config
This commit is contained in:
@@ -3,18 +3,31 @@ AddKeysToAgent yes
|
|||||||
|
|
||||||
Host github.com
|
Host github.com
|
||||||
User git
|
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
|
ForwardAgent yes
|
||||||
|
|
||||||
Host *.tensixtyone.com
|
Host *.tensixtyone.com
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
|
IdentitiesOnly yes
|
||||||
|
IdentityFile ~/.ssh/id_ed25519_tensixtyone
|
||||||
|
|
||||||
Host dimension.sh
|
Host dimension.sh
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
|
IdentitiesOnly yes
|
||||||
|
IdentityFile ~/.ssh/id_ed25519_dimension
|
||||||
|
|
||||||
Host *.dimension.sh
|
Host *.dimension.sh
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
|
IdentitiesOnly yes
|
||||||
|
IdentityFile ~/.ssh/id_ed25519_dimension
|
||||||
|
|
||||||
Host *
|
Host *
|
||||||
ForwardAgent no
|
ForwardAgent no
|
||||||
|
|||||||
Reference in New Issue
Block a user