- Linux Administration Cookbook
- Adam K. Dean
- 82字
- 2021-07-02 14:24:15
Getting ready
Connect to both centos1 and centos2. Doing this from outside (in separate windows, and using vagrant ssh) is best:
$ vagrant ssh centos1
$ vagrant ssh centos2
Place your Terminal windows side by side for easy viewing.
There is a chance that you will break SSH access to your server in this section, which is why I advise using Vagrant for your testing. If you do make a mistake, don't worry – simply destroy your VMs and start again.