Thu, 14 Sep 2017 19:48:58 -0400
use strict regex ops
479 | 1 | ControlPath ~/.ssh/mux/%h-%p-%r |
2 | ControlPersist 10 | |
3 | ||
4 | ExitOnForwardFailure yes | |
5 | ||
6 | Host * | |
7 | # CVE-2016-0778 workaround | |
8 | UseRoaming no | |
9 | ||
593
3fad96b2c28f
Allow forwarding for roomag
Meredith Howard <mhoward@roomag.org>
parents:
479
diff
changeset
|
10 | Host roomag.org *.roomag.org |
3fad96b2c28f
Allow forwarding for roomag
Meredith Howard <mhoward@roomag.org>
parents:
479
diff
changeset
|
11 | ForwardAgent yes |
3fad96b2c28f
Allow forwarding for roomag
Meredith Howard <mhoward@roomag.org>
parents:
479
diff
changeset
|
12 | |
479 | 13 | Host vagrant |
14 | Hostname 127.0.0.1 | |
15 | Port 2222 | |
16 | User vagrant | |
17 | IdentityFile ~/.vagrant.d/insecure_private_key | |
18 |