Files
snek/src
retoor e8055422c4 fix: create parent directories recursively for host key path
The `.ssh` directory may not exist when the server starts, causing a `FileNotFoundError` because `mkdir` without `parents=True` fails if intermediate directories are missing. Added `parents=True` to ensure the full path `drive/.ssh/` is created recursively.
2025-05-28 08:40:05 +00:00
..