Mention config.ssh.pty in docs
This commit is contained in:
parent
5c148e44c3
commit
0521b0d50c
|
@ -80,6 +80,10 @@ the port.
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
`config.ssh.pty` - If `true`, pty will be used for provisioning. Defaults to false.
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
`config.ssh.shell` - The shell to use when executing SSH commands from
|
`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
|
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
|
the shell you get when you run `vagrant ssh`. This configuration option
|
||||||
|
|
Loading…
Reference in New Issue