.ssh/config.d/10-main

Wed, 31 May 2017 22:01:54 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 31 May 2017 22:01:54 -0400
changeset 593
3fad96b2c28f
parent 479
2b08e0404a8d
child 883
1311c0ec33cc
permissions
-rw-r--r--

Allow forwarding for roomag

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

ExitOnForwardFailure yes

Host *
        # CVE-2016-0778 workaround
	UseRoaming no

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