.files/dotfiles/ssh/config

16 lines
345 B
Plaintext
Raw Normal View History

Include {{@@ env['HOME'] @@}}/.colima/ssh_config
#
# {{@@ header() @@}}
#
Include config.d/*.config
Include config.d/*/*.config
{%@@ if distro == 'macos' @@%}#
# This have to be LAST
#
Match host * exec "[[ -z $SSH_CLIENT && -z $SSH_TTY ]]"
IdentityAgent "~/Library/Group Containers/group.strongbox.mac.mcguill/agent.sock"
{%@@ endif @@%}