lavabit / robox

The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
630 stars 140 forks source link

Cannot SHH into OpenBSD Using Private Key Only #275

Open biggusbeetus opened 1 year ago

biggusbeetus commented 1 year ago

Hello!

I hope I am finding you well and healthy.

I have encountered a weird issue. I am trying to spin up an OpenBSD 7.2 box, and the first boot always hangs when connecting via private key. However, once I cancel the command and I issue vagrant ssh, I can log in just fine into the box. Mind you this has happened on every OpenBSD box I have tried so far with both libvirt and virtualbox. To go around this, one has to configure the ssh client in the Vagrantfile to login with a password set to "vagrant". Any idea on why this might be happening? Any help is greatly appreciated!