I downloaded the Fedora Scientific Vagrant box for VirtualBox from [1] and noticed that neither SSH auth nor password auth works. SSH auth:
$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Importing base box 'Fedora-Scientific-29-Beta-1.3'... ==> default: Matching MAC address for NAT networking... ==> default: Setting the name of the VM: scientific_spin_tests_default_1537156143474_55182 ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat ==> default: Forwarding ports... default: 22 (guest) => 2222 (host) (adapter 1) ==> default: Booting VM... ==> default: Waiting for machine to boot. This may take a few minutes... default: SSH address: 127.0.0.1:2222 default: SSH username: vagrant default: SSH auth method: private key default: Warning: Authentication failure. Retrying... default: Warning: Authentication failure. Retrying... ..
For password auth, the default vagrant password doesn't work either:
vagrant
> vagrant ssh vagrant@127.0.0.1's password:
I tried another Vagrant box (Fedora Python classroom) and that looks good as far as the SSH auth is concerned.
[1] https://dl.fedoraproject.org/pub/alt/stage/29_Beta-1.3/Labs/x86_64/images/
Any suggestions on how to figure out what's going on?
Sooner the better
After Fedora 29 release
We will not have working Fedora Scientific vagrant boxes
https://pagure.io/releng/issue/7814
Metadata Update from @mohanboddu: - Issue close_status updated to: Duplicate - Issue status updated to: Closed (was: Open)