This is an old revision of the document!
Vagrant is a tool for building and managing virtual machine environments in a single workflow. With an easy-to-use workflow and focus on automation, Vagrant lowers development environment setup time, increases production parity, and makes the “works on my machine” excuse a relic of the past.
Homepage: https://www.vagrantup.com
Documentation: https://www.vagrantup.com/docs
v.ssh_info_public = true
* [[https://www.vagrantup.com/docs/networking/forwarded_ports|Vagrant Forwarded Port]][[https://realguess.net/2015/10/06/overriding-the-default-forwarded-ssh-port-in-vagrant/|do not forget id:"ssh"]][[https://github.com/hashicorp/vagrant/issues/7948|clean nat.conf]] - \\ \\ Add to Vagrantfile the following<code bash>centos.vm.network :forwarded_port, guest: 22, host: 2225, id: "ssh"</code>