comparison: .ssh/config.d/10-main
.ssh/config.d/10-main
- changeset 1103
- 0c1f1cf78ed9
- parent 1102
- 33dd24d2b740
- child 1104
- 90aa391abc44
equal
deleted
inserted
replaced
1 ControlPath ~/.ssh/mux/%h-%p-%r |
|
2 ControlPersist 10 |
|
3 |
|
4 ExitOnForwardFailure yes |
|
5 |
|
6 Host roomag.org *.roomag.org |
|
7 ForwardAgent yes |
|
8 |
|
9 Host vagrant |
|
10 Hostname 127.0.0.1 |
|
11 Port 2222 |
|
12 User vagrant |
|
13 IdentityFile ~/.vagrant.d/insecure_private_key |
|
14 |
|