SSH public key setup issue?

Hi

I just installed HASSio on my Raspberry and making me familiar with it (my current setup of HA was manual install…). I’m doing all the initial setup and I have a strange issue with SSH server. I wanted to setup my usual public key for the SSH server but I have a little issue. I used the web interface setup by Hassio in HA. But as soon as I add at least a character where I’m supposed to fill the SSH key, the SAVE button becomes greyed !
When I paste my SSH key that starts by the text string ssh-rsa and finishes also with a text string and all cryptic characters, I can’t save :frowning:

{ “authorized_keys”: [ssh-rsa A…truncated for security !!..v cle-pub],
“password”: “”
}

Does it need key in a specific format ? here I do a copy/paste from my .ssh file I’m using on multiple SSH servers so I know key in in correct format !

Thanks

Vincèn

[“ssh-rsa A…truncated for security !!..v cle-pub”]

1 Like

oh damn didn’t notice that :frowning: Shouldn’t the template by default in the module config should already include the " " ?

Vincèn

No, because that would actually be considered as a list that has a (invalid) value. An empty string is more than nothing. And there has to be the possibility to not set this at all. Which is the empty list.