Update ssh_config

This commit is contained in:
2021-01-28 16:56:36 +00:00
parent 96ce21eeab
commit 9334540dd6

View File

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