Hi Frans, On Sat, Oct 1, 2016 at 3:10 PM, Frans Thamura <[email protected]> wrote:
> I try OpenShift 1.3 Origin > > got this error > > ervo@Mervium:~/openshift$ vagrant up --provider=virtualbox > Bringing machine 'default' up with 'virtualbox' provider... > ==> default: Checking if box 'openshift/origin-all-in-one' is up to date... > ==> default: Running provisioner: shell... > SSH authentication failed! This is typically caused by the public/private > keypair for the SSH user not being properly set on the guest VM. Please > verify that the guest VM is setup with the proper public key, and that > the private key path for Vagrant is setup properly as well. > > Which version of vagrant you are using? There is issue related to authentication [1] in vagrant. In most of the cases, clean removal of current virtual machine instance works. i.e vagrant destroy; rm -rf .vagrant It still you are having issues, need more info like debug logs ( vagrant up --provider=virtualbox --debug ) [1] https://github.com/mitchellh/vagrant/issues/7732 can help why? > > > F > > _______________________________________________ > dev mailing list > [email protected] > http://lists.openshift.redhat.com/openshiftmm/listinfo/dev > Regards, Budh Ram Gurung Software Engineer - Dev Tools
_______________________________________________ dev mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
