run as user fixes

This commit is contained in:
Morten Olsen
2024-10-09 12:27:02 +02:00
parent 034994e398
commit f62c1d7d25
16 changed files with 38 additions and 55 deletions

View File

@@ -0,0 +1,14 @@
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