Files
dotfiles/.ssh/config##template
2023-10-23 14:13:45 -04:00

9 lines
224 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
{% endif %}