.ssh/config

Wed, 25 Sep 2024 15:03:13 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 25 Sep 2024 15:03:13 -0500
changeset 1179
b0a0ba3240b5
parent 1104
90aa391abc44
permissions
-rw-r--r--

No LSP autostart when read-only

I think nvim actually threw out 'view' argc detection, I just use -R and alias
view to it.

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