.ssh/config.d/10-main

Sun, 09 Jan 2022 22:41:10 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 09 Jan 2022 22:41:10 -0600
changeset 971
7f391ae6b12b
parent 883
1311c0ec33cc
permissions
-rw-r--r--

set to use my asdf-perl fork for now

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