Merge pull request #8195 from chrisroberts/docs/pty-output
Add note on output behavior when pty enabled.
This commit is contained in:
commit
b72bb345d8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue