.ssh/config.d/10-main

Sun, 25 Apr 2021 00:57:55 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 25 Apr 2021 00:57:55 -0500
changeset 899
2315aad34ca3
parent 883
1311c0ec33cc
permissions
-rw-r--r--

ok this format-on-write is more reliable

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