vagrant/lib
Jeff Bonhag 7fb7dd8608
Enable WinSSH shell for `vagrant ssh -c` (#11258)
This commit changes the behavior of the builtin SSHRun action to use a Windows
shell if the WinSSH communicator is active.  This allows for running one-off SSH
commands with Windows Command Prompt or PowerShell.  By default, this will not
allocate a TTY for any SSH commands.

Example usage:

```
vagrant ssh -c 'dir "c:\program files"'
```

Updates docs to reflect a change made in
a55a53e6a4.
2019-12-20 13:10:11 -05:00
..
vagrant Enable WinSSH shell for `vagrant ssh -c` (#11258) 2019-12-20 13:10:11 -05:00
vagrant.rb Remove level conditional for RestClient logging 2018-10-12 09:07:12 -07:00