diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-07 23:09:49 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-07 23:09:49 +0200 |
| commit | ffbe2cb0a75c7f44d51cd74280dd6d597d6e7c8e (patch) | |
| tree | a9e57e9f63187dcb4cd9273463bde129e1489e35 /frontends | |
| parent | 4439d1624bd68ee4b8e030d6f36908e162f44717 (diff) | |
fix(git-server): copy SSH keys from NFS to local emptyDir
OpenSSH refuses to load host keys from NFS for security reasons.
The solution is to store keys in persistent NFS (so they survive
restarts) but copy them to a local emptyDir at startup (so sshd
can read them).
This ensures:
- SSH host keys persist across pod restarts
- sshd can successfully load the keys from local storage
- Clients don't see "host key changed" warnings
Co-authored-by: Cursor <cursoragent@cursor.com>
Diffstat (limited to 'frontends')
0 files changed, 0 insertions, 0 deletions
