Created
June 6, 2014 20:22
-
-
Save jstrassburg/d756c1d4b1e8d067b0e5 to your computer and use it in GitHub Desktop.
Use ssh instead of 'vagrant ssh' so that commands may be executed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant ssh-config > ssh_config | |
ssh -F ssh_config default | |
ssh -F ssh_config default /usr/local/bin/pull-updates |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment