include needs to appear before a host match (sections actually ignore indents)

Sat, 08 Apr 2023 18:06:43 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 08 Apr 2023 18:06:43 -0400
changeset 1104
90aa391abc44
parent 1103
0c1f1cf78ed9
child 1105
f2deab330bf1

include needs to appear before a host match (sections actually ignore indents)

.ssh/config file | annotate | diff | comparison | revisions
--- 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

mercurial