diff --git a/README.md b/README.md index b5b1588..22b67b9 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ this section isnt meant to be an exhaustive source of information on security, b ## Recommended Reading These books are available on for WVU Library Employees. You may not distribute -these books. If you your employement with WVU Libraries is terminated, you must +these books. If you your employment with WVU Libraries is terminated, you must delete these books from your computer/device. The books are located in this private Repo: diff --git a/Vagrant-Setup.md b/Vagrant-Setup.md new file mode 100644 index 0000000..9e9a2d9 --- /dev/null +++ b/Vagrant-Setup.md @@ -0,0 +1,11 @@ +# Vagrant Setup + +We have our own vagrant server, vagrant.lib.wvu.edu with a centos6 and centos7 box images on it. you can use those as your base box. + +SSH Authentication Issues +If you get "Warning: Authentication failure. Retrying..." and the vagrant box never finishes loading your can add add the following line to your Vagrantfile. + +config.ssh.username = 'vagrant' +config.ssh.password = 'vagrant' + +If you add the username and password to the Vagrantfile it will ask for a password when you ssh into the box by using "vagrant ssh".