From 702347c47e5daa733b6c7f4cce609d1fc26a5fab Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 24 Apr 2014 02:17:55 -0700 Subject: [PATCH] website/docs: document ssh proxy_command [GH-3521] --- website/docs/source/v2/vagrantfile/ssh_settings.html.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/docs/source/v2/vagrantfile/ssh_settings.html.md b/website/docs/source/v2/vagrantfile/ssh_settings.html.md index 7d6e92c77..419c21f72 100644 --- a/website/docs/source/v2/vagrantfile/ssh_settings.html.md +++ b/website/docs/source/v2/vagrantfile/ssh_settings.html.md @@ -73,6 +73,13 @@ has an effect if you don't already use private keys for authentication.
+`config.ssh.proxy_command` - A command-line command to execute that receives +the data to send to SSH on stdin. This can be used to proxy the SSH connection. +`%h` in the command is replaced with the host and `%p` is replaced with +the port. + +
+ `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 the shell you get when you run `vagrant ssh`. This configuration option