Files
dotfiles/.ssh/config##template
Ted Kulp ddd2777e13 Stuff
2024-08-29 07:19:13 -04:00

22 lines
475 B
Plaintext

Host *
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
{% if yadm.hostname == "ALLOCATE-Y3HW9MWW2D" %}
Host gitlab.com
HostName gitlab.com
IdentityFile ~/.ssh/id_ed25519
Host allocate-docker-nonprod
Hostname asdf.swarm.allocate.build
User ubuntu
Host allocate-gitlab-non-prod
Hostname 10.0.5.95
User ubuntu
ProxyJump allocate-docker-nonprod
Host allocate-docker-prod
Hostname asdf.swarm.allocate.co
User ubuntu
{% endif %}