Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
11 changes: 11 additions & 0 deletions Vagrant-Setup.md
Original file line number Diff line number Diff line change
@@ -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".