Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login details #1

Open
ashewring opened this issue Nov 30, 2014 · 5 comments
Open

Login details #1

ashewring opened this issue Nov 30, 2014 · 5 comments

Comments

@ashewring
Copy link

How do I log in to the Ubuntu VM once it is installed?

@razius
Copy link
Owner

razius commented Nov 30, 2014

You can run the following command in the folder where the Vagrant file is:

vagrant up
vagrant ssh

@edmundronald
Copy link

I've added a desktop to the VM. What are the vagrant and root login details?
Edmund

@razius
Copy link
Owner

razius commented Mar 1, 2015

I think you can use:

username: vagrant
password: vagrant

@edmundronald
Copy link

I think that doesn't work

what I did in the end was ssh in and "adduser" a new user.

a minor but classic irritant I think for all these setups is that without main root access you cannot easily setup the default desktop keyboard for the whole system. Or maybe you can but not as a beginner.

I got X to work with my Mac by adding these lines to the vagrantfile.
config.ssh.forward_agent = true
config.ssh.forward_x11 = true

I cannot get openCV compilation of C++ programs to work yet.

Edmund

@hedoluna
Copy link

You can follow this guide to add another user AND to grant him/her the root access: https://www.liquidweb.com/kb/how-to-add-a-user-and-grant-root-privileges-on-ubuntu-14-04/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants