Wed, 31 May 2017 11:57:26 -0400
improve ltag
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 | ||
10 | Host vagrant | |
11 | Hostname 127.0.0.1 | |
12 | Port 2222 | |
13 | User vagrant | |
14 | IdentityFile ~/.vagrant.d/insecure_private_key | |
15 |