diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-14 23:27:07 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-14 23:27:07 +0800 |
commit | 1c03893a403dfc95f99f6d6705d1eded76d48fe0 (patch) | |
tree | 48baab07e85afcf30dba4b0d9896c68ce5dc8f57 | |
parent | style.css: Use --lighter-box-background-color for title rows (diff) | |
download | forge-1c03893a403dfc95f99f6d6705d1eded76d48fe0.tar.gz forge-1c03893a403dfc95f99f6d6705d1eded76d48fe0.tar.zst forge-1c03893a403dfc95f99f6d6705d1eded76d48fe0.zip |
forge.scfg: Change default ssh host key path
Usually the user running the forge won't be able to read
/etc/ssh/ssh_host_ed25519_key, and OpenSSH likes to panic when it
doesn't like key permissions. People likely won't want their OpenSSH and
Lindenii SSH host keys to be the same anyway, so let's use
/etc/lindenii/ssh_host/ed25519_key for this.
-rw-r--r-- | forge.scfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ http { ssh { net tcp addr :2222 - key /etc/ssh/ssh_host_ed25519_key + key /etc/lindenii/ssh_host_ed25519_key root ssh://forge.example.org } |