Skip to content

Instantly share code, notes, and snippets.

@jstrassburg
Created June 6, 2014 20:22
Show Gist options
  • Save jstrassburg/d756c1d4b1e8d067b0e5 to your computer and use it in GitHub Desktop.
Save jstrassburg/d756c1d4b1e8d067b0e5 to your computer and use it in GitHub Desktop.
Use ssh instead of 'vagrant ssh' so that commands may be executed
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