Generate SSH key on startup if it does not already exist; add API endpoint to get SSH public key

This commit is contained in:
2025-02-24 23:36:22 -05:00
parent 0359de37c8
commit 0ce3ba0512
9 changed files with 347 additions and 2 deletions

4
requests/system.http Normal file
View File

@@ -0,0 +1,4 @@
GET http://localhost:3450/system/pubkey
Accept: text/plain
###