From 8e5dc0dfe85a7585c399258d4d42b3a32a5fea7f Mon Sep 17 00:00:00 2001 From: marjune Date: Sun, 10 Jun 2018 22:36:45 +0800 Subject: [PATCH] add missing section separator for config.ssh part --- website/source/docs/vagrantfile/ssh_settings.html.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/source/docs/vagrantfile/ssh_settings.html.md b/website/source/docs/vagrantfile/ssh_settings.html.md index 9653f6f1d..1529cebb5 100644 --- a/website/source/docs/vagrantfile/ssh_settings.html.md +++ b/website/source/docs/vagrantfile/ssh_settings.html.md @@ -155,18 +155,26 @@ is: config.ssh.export_command_template = 'export %ENV_KEY%="%ENV_VALUE%"' ``` +
+ `config.ssh.sudo_command` - The command to use when executing a command with `sudo`. This defaults to `sudo -E -H %c`. The `%c` will be replaced by the command that is being executed. +
+ `config.ssh.compression` - If `false`, this setting will not include the compression setting when ssh'ing into a machine. If this is not set, it will default to `true` and `Compression=yes` will be enabled with ssh. +
+ `config.ssh.dsa_authentication` - If `false`, this setting will not include `DSAAuthentication` when ssh'ing into a machine. If this is not set, it will default to `true` and `DSAAuthentication=yes` will be used with ssh. +
+ `config.ssh.extra_args` - This settings value is passed directly into the ssh executable. This allows you to pass any arbitrary commands to do things such as reverse tunneling down into the ssh program. These options can either be