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