Fix stray backquote in "Vagrantfile / SSH Settings" section of docs
This commit is contained in:
parent
7bb3bd702e
commit
de16f56b45
|
@ -63,7 +63,7 @@ the machine, but replace it with perhaps a more secure key later.
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
`config.ssh.keys_only` - Only use Vagrant-provided SSH private keys (do not use
|
`config.ssh.keys_only` - Only use Vagrant-provided SSH private keys (do not use
|
||||||
any keys stored in ssh-agent). The default value is `true`.`
|
any keys stored in ssh-agent). The default value is `true`.
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue