- Linux Administration Cookbook
- Adam K. Dean
- 48字
- 2021-07-02 14:24:18
Technical requirements
Confirm that both of your Vagrant boxes are enabled, and connect to both using the vagrant command.
If you've previously changed the SSH configuration file, it might be an idea to destroy your boxes and re-provision them first:
$ vagrant ssh centos1
$ vagrant ssh centos2