feat: add public ssh key to the secrets file

This commit is contained in:
Jet Pham 2026-02-17 00:55:23 -08:00
parent 768ce36509
commit 3b460e93e6
No known key found for this signature in database
6 changed files with 9 additions and 9 deletions

View file

@ -8,5 +8,6 @@
searxKey = "changeme_searx_secret";
minecraftRcon = "changeme_rcon";
tailscaleKey = "tskey-auth-PLACEHOLDER";
sshPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAA...";
};
}