As per subject, in TrueNAS SCALE where does the system saves the authorized keys for a certain user?
I have a system that was migrated from an old TrueNAS CORE, where the user had its own ~/.ssh/authorized_keys file.
On SCALE I initially edited the file via the web UI, but as there were moreextensive changes (the file has several lines: command=“/path/specific/command”, <public_key> ) I hoped it was possible to edit directly some file from CLI, but then I noticed that the web UI changes weren’t saved to the ~/.ssh/authorized_keys file, so perhaps it uses some other file (hopefully not from some hidden database).