I have an issue with vagrant executing commands over ssh. The session terminates after acknowledging my command.
For example if I type
vagrant ssh -c "echo hello"
hello will appear in the terminal and then the session closes.
Other than config.ssh.timeout is there any other setting I should check or change?