# HG changeset patch # User Meredith Howard # Date 1680991603 14400 # Node ID 90aa391abc449de12ef96b871a817bc73071939a # Parent 0c1f1cf78ed975b14f0a64b871dfb8a170cc0b09 include needs to appear before a host match (sections actually ignore indents) diff --git a/.ssh/config b/.ssh/config --- a/.ssh/config +++ b/.ssh/config @@ -3,7 +3,7 @@ ControlPersist 10 ExitOnForwardFailure yes +Include config.d/*.ssh + Host roomag.org *.roomag.org ForwardAgent yes - -Include config.d/*.ssh