From 64d49451ab276717100f2ddf3a3489878bd4d10b Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 12 Jan 2017 13:34:40 -0800 Subject: [PATCH] Add note on output behavior when pty enabled. --- website/source/docs/vagrantfile/ssh_settings.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/vagrantfile/ssh_settings.html.md b/website/source/docs/vagrantfile/ssh_settings.html.md index 5834c6ca1..a4acbee31 100644 --- a/website/source/docs/vagrantfile/ssh_settings.html.md +++ b/website/source/docs/vagrantfile/ssh_settings.html.md @@ -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 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. +
`config.ssh.keep_alive` If `true`, this setting SSH will send keep-alive packets