Guest User

Untitled

a guest
Nov 21st, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. # Execute a script on the box
  2. vagrant ssh -- < script
  3.  
  4. # Execute a command on the box
  5. vagrant ssh -- 'sudo -su vagrant ip address'
Add Comment
Please, Sign In to add comment