.files/dotfiles/ssh/config

16 lines
375 B
Plaintext
Raw Permalink Normal View History

Include /Users/phg/.colima/ssh_config
#
# {{@@ header() @@}}
#
Include config.d/*.config
Include config.d/*/*.config
{%@@ if profile == 'susanoo.local' or profile == 'WVDEWOBMC001307' @@%}#
# 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 @@%}