Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
vagrant_advanced_management [2020/03/09 11:17] – andonovj | vagrant_advanced_management [2021/11/02 05:03] (current) – andonovj | ||
---|---|---|---|
Line 75: | Line 75: | ||
Assure that the password for the user (in our case root) is the same as the vagrant file AND ensure that the rootlogin is enable and the password authentication is also enabled. | Assure that the password for the user (in our case root) is the same as the vagrant file AND ensure that the rootlogin is enable and the password authentication is also enabled. | ||
+ | |||
+ | |||
+ | ====Install VirtualBox Guest Addition==== | ||
+ | When you will want to create a shared folders between the virtual box and the host machine. You need a VirtulBox Guest addition, which can be installed as follows: | ||
+ | |||
+ | < | ||
+ | C: | ||
+ | Installing the ' | ||
+ | Fetching vagrant-vbguest-0.30.0.gem | ||
+ | Successfully uninstalled vagrant-vbguest-0.21.0 | ||
+ | Installed the plugin ' | ||
+ | |||
+ | C: | ||
+ | </ |