Mon, 15 Jul 2024 13:22:56 -0500
Fix for no-nerdfonts experience
1103
0c1f1cf78ed9
remove ssh config makefile stuff
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
1 | ControlPath ~/.ssh/mux/%h-%p-%r |
0c1f1cf78ed9
remove ssh config makefile stuff
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
2 | ControlPersist 10 |
0c1f1cf78ed9
remove ssh config makefile stuff
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
3 | |
0c1f1cf78ed9
remove ssh config makefile stuff
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
4 | ExitOnForwardFailure yes |
0c1f1cf78ed9
remove ssh config makefile stuff
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
5 | |
1104
90aa391abc44
include needs to appear before a host match (sections actually ignore indents)
Meredith Howard <mhoward@roomag.org>
parents:
1103
diff
changeset
|
6 | Include config.d/*.ssh |
90aa391abc44
include needs to appear before a host match (sections actually ignore indents)
Meredith Howard <mhoward@roomag.org>
parents:
1103
diff
changeset
|
7 | |
1103
0c1f1cf78ed9
remove ssh config makefile stuff
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
8 | Host roomag.org *.roomag.org |
0c1f1cf78ed9
remove ssh config makefile stuff
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
9 | ForwardAgent yes |