How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "perconajayj/centos-x86_64"
  config.vm.box_version = "6.5.20140327"
end
vagrant init perconajayj/centos-x86_64 \
  --box-version 6.5.20140327
vagrant up

This version was created almost 9 years ago.

  • Added UseDNS no to sshd_config
  • Created vagrant user (Vagrantfiles can use root or vagrant as the user)
2 providers for this version.
  • virtualbox Externally hosted (s3.amazonaws.com)

  • aws Externally hosted (s3.amazonaws.com)