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

Root password for vagrant vm #1

Open
din2011 opened this issue Jun 30, 2015 · 1 comment
Open

Root password for vagrant vm #1

din2011 opened this issue Jun 30, 2015 · 1 comment

Comments

@din2011
Copy link

din2011 commented Jun 30, 2015

I try the vagrant ssh command, but it ask for the root password...

What is the root password for the vagrant vm ?

@Vanuan
Copy link
Member

Vanuan commented Jun 30, 2015

Well, this is meant to be a deploy script to the cloud hosting of http://data-gov-ua.org/ .
What are you trying to do?

You can change these lines:

  config.vm.provider :managed do |managed, override|
    managed.server = "178.62.104.159"
    override.ssh.username = "root"
    override.ssh.private_key_path = "~/.ssh/id_rsa"
  end

if you want to deploy to your own server.

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

2 participants