From efd1d5e11bfc5a72c7a1d1eae294b4751d841544 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 17 Jul 2014 10:54:55 -0700 Subject: [PATCH] Update ssh_settings.html.md --- website/docs/source/v2/vagrantfile/ssh_settings.html.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docs/source/v2/vagrantfile/ssh_settings.html.md b/website/docs/source/v2/vagrantfile/ssh_settings.html.md index 9fb0563ac..ed0d2bde8 100644 --- a/website/docs/source/v2/vagrantfile/ssh_settings.html.md +++ b/website/docs/source/v2/vagrantfile/ssh_settings.html.md @@ -82,6 +82,11 @@ the port. `config.ssh.pty` - If `true`, pty will be used for provisioning. Defaults to false. +This setting is an _advanced feature_ that should not be enabled unless +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. +
`config.ssh.shell` - The shell to use when executing SSH commands from