mirror of
https://github.com/morten-olsen/configs.git
synced 2026-02-08 00:46:24 +01:00
15 lines
316 B
Django/Jinja
15 lines
316 B
Django/Jinja
Include /Users/alice/.colima/ssh_config
|
|
|
|
Include ~/.ssh/config.d/*
|
|
|
|
Host *
|
|
Controlmaster auto
|
|
Controlpath /tmp/ssh-%r@%h:%p
|
|
{% if mac_os %}
|
|
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
|
{% else %}
|
|
IdentityAgent ~/.1password/agent.sock
|
|
{% endif %}
|
|
ForwardAgent yes
|
|
|