hilverd/vagrant-ubuntu-oracle-xe

please, explain, what login and password I should use for ssh

dmarsentev opened this issue · 2 comments

Please, explain, what login and password I should use for ssh.

This combination does not work:
ssh -p 2222 system@localhost
manager

Thank you

@dmarsentev The procedure I use to login to the machine is as follows:

  • change directory to vagrant-ubuntu-oracle-xe
  • vagrant ssh
  • sudo su -
  • su - oracle

Thank you, it works.

And this solution works too:
ssh -p 2222 vagrant@localhost

password: vagrant