OnionUI / Onion

OS overhaul for Miyoo Mini and Mini+
https://onionui.github.io
GNU General Public License v3.0
3.47k stars 218 forks source link

Fix SSH not connecting if key directory missing #1493

Closed tGecko closed 7 months ago

tGecko commented 8 months ago

If the directory /mnt/SDCARD/.tmp_update/etc/dropbear is missing, connecting via SSH fails because dropbear can't create it's host keys. Creates the directory if needed.

Closes #1491