.ssh/config.d/10-main

changeset 479
2b08e0404a8d
child 593
3fad96b2c28f
equal deleted inserted replaced
478:78858f1e23b8 479:2b08e0404a8d
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

mercurial