Correct docs

This appears to have been changed in
a55a53e6a4.
This commit is contained in:
Jeff Bonhag 2019-12-16 17:10:31 -05:00
parent 44336075cb
commit 6f246efc13
No known key found for this signature in database
GPG Key ID: 32966F3FB5AC1129
1 changed files with 1 additions and 3 deletions
website/source/docs/vagrantfile

View File

@ -126,9 +126,7 @@ net-ssh library (ignored by the `ssh` executable) and should not be used in gene
This defaults to the value of `config.ssh.username`.
* `config.ssh.shell` (string) - The shell to use when executing SSH commands from
Vagrant. By default this is `bash -l`. Note that this has no effect on
the shell you get when you run `vagrant ssh`. This configuration option
only affects the shell to use when executing commands internally in Vagrant.
Vagrant. By default this is `bash -l`.
* `config.ssh.sudo_command` (string) - The command to use when executing a command
with `sudo`. This defaults to `sudo -E -H %c`. The `%c` will be replaced by