Add missing config.ssh.keep_alive docs [GH-516]
This commit is contained in:
parent
3dae881ddb
commit
25a1e79e27
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue