What type of hardware are you using: Raspberry Pi 0, 1 or 2
What YunoHost version are you running: 12.0.17
How are you able to access your server: The webadmin
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: install on RaspberryPI2 with Debian 12, then yunohost “On top of Debian” method
Describe your issue
- After post install, impossible to connect with SSH
- The SSH service was declared “dead” in the webadmin
- when i connected directly to the RaspberryPi with a keyboard and a screen, i found a solution by entering the command “systemctl enable SSH”
- so i conclude that the service was not configurated to start after post-install
Maybe this problem happens only for “on tp of debian install”
Would it be possible to add “systemctl enable SSH” to the regen_conf-ssh step?