.ssh/config.d/10-main

Mon, 14 Sep 2020 14:47:53 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 14 Sep 2020 14:47:53 -0500
changeset 883
1311c0ec33cc
parent 593
3fad96b2c28f
permissions
-rw-r--r--

Remove old config

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