.ssh/config.d/10-main

Sat, 08 Apr 2023 13:58:09 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 08 Apr 2023 13:58:09 -0500
changeset 1100
27bf2b97c98f
parent 883
1311c0ec33cc
permissions
-rw-r--r--

Disable editorconfig-vim after nvim-0.9

ControlPath ~/.ssh/mux/%h-%p-%r
ControlPersist 10

ExitOnForwardFailure yes

Host roomag.org *.roomag.org
	ForwardAgent yes

Host vagrant
	Hostname 127.0.0.1
	Port 2222
	User vagrant
	IdentityFile ~/.vagrant.d/insecure_private_key

mercurial