From 25a1e79e27af39a80fea4444978638cabd1ab4d6 Mon Sep 17 00:00:00 2001 From: Rafal Date: Sun, 11 Dec 2016 13:33:45 +0000 Subject: [PATCH] Add missing config.ssh.keep_alive docs [GH-516] --- website/source/docs/vagrantfile/ssh_settings.html.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/source/docs/vagrantfile/ssh_settings.html.md b/website/source/docs/vagrantfile/ssh_settings.html.md index 29d1bc8bf..5834c6ca1 100644 --- a/website/source/docs/vagrantfile/ssh_settings.html.md +++ b/website/source/docs/vagrantfile/ssh_settings.html.md @@ -119,6 +119,11 @@ a way to not use a pty, that is recommended instead.
+`config.ssh.keep_alive` If `true`, this setting SSH will send keep-alive packets +every 5 seconds by default to keep connections alive. + +
+ `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 the shell you get when you run `vagrant ssh`. This configuration option