Merge pull request #8195 from chrisroberts/docs/pty-output

Add note on output behavior when pty enabled.
This commit is contained in:
Chris Roberts 2017-02-01 13:10:35 -08:00 committed by GitHub
commit b72bb345d8
1 changed files with 4 additions and 0 deletions

View File

@ -117,6 +117,10 @@ absolutely necessary. It breaks some other features of Vagrant, and is
really only exposed for cases where it is absolutely necessary. If you can find really only exposed for cases where it is absolutely necessary. If you can find
a way to not use a pty, that is recommended instead. a way to not use a pty, that is recommended instead.
When pty is enabled, it is important to note that command output will _not_ be
streamed to the UI. Instead, the output will be delievered in full to the UI
once the command has completed.
<hr> <hr>
`config.ssh.keep_alive` If `true`, this setting SSH will send keep-alive packets `config.ssh.keep_alive` If `true`, this setting SSH will send keep-alive packets