.ssh/config

Mon, 26 Jun 2023 14:12:46 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 26 Jun 2023 14:12:46 -0500
changeset 1123
b7a3f68c02b2
parent 1104
90aa391abc44
permissions
-rw-r--r--

Drop cmp-omni. Never resolved the double-display

But don't really have omnifunc use cases anymore

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

mercurial