kubesail / pibox-os

📦💻 The Official PiBox Operating System
https://pibox.io
54 stars 19 forks source link

Server not reachable by SSH after provisioning #14

Open keesvanbochove opened 2 years ago

keesvanbochove commented 2 years ago

After flashing the pibox v12 image, I couldn't reach the server by SSH. When I hooked up a display and keyboard, I found out that sshd wasn't running, because the system had no host keys.

Running sudo ssh-keygen -A and sudo /etc/init.d/ssh start fixed it, so that first command should probably be included in the provision script.