Merge pull request #8109 from kenorb/patch-2

Add missing config.ssh.keep_alive docs [GH-516]
This commit is contained in:
Chris Roberts 2017-01-05 15:23:57 -08:00 committed by GitHub
commit 159fca9d13
1 changed files with 5 additions and 0 deletions

View File

@ -119,6 +119,11 @@ a way to not use a pty, that is recommended instead.
<hr> <hr>
`config.ssh.keep_alive` If `true`, this setting SSH will send keep-alive packets
every 5 seconds by default to keep connections alive.
<hr>
`config.ssh.shell` - The shell to use when executing SSH commands from `config.ssh.shell` - The shell to use when executing SSH commands from
Vagrant. By default this is `bash -l`. Note that this has no effect on 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 the shell you get when you run `vagrant ssh`. This configuration option