HAOS is installed on a device, not VM.
I have followed the instruction here: Debugging the Home Assistant Operating System | Home Assistant Developer Docs
I inserted a USB stick named it Config
, created a file authorized_keys
.
Grabbed the public key from ~/.ssh/id_rsa
from my local.
Added public key to it.
Enjected USB stick, insert into the device, I can see it appears in the SUPERVISOR
log
SSH into HAOS, excuted ha os import
Can see some messages from SUPERVISOR
log
Then restarted HAOS
But I still cannot access the host
Is there way to see if the authorised_key
is added to somehwere? Or did I miss anything?