ssh Explanation: To execute a command in a running Vagrant box, you typically use vagrant ssh to open an SSH session into the box. Once inside the SSH session, you can run any command as you would on a regular SSH session. References: * Vagrant Documentation - SSH