fix: bootstrap installs openssh-server (pristine images lack sshd_config.d) #2

Merged
dan-claude-bot merged 1 commit from fix/openssh-server-dep into main 2026-07-11 10:39:32 +00:00
dan-claude-bot commented 2026-07-11 10:38:17 +00:00 (Migrated from github.com)

Caught by the Incus rehearsal gate (incubator prod-migration, plan Task 4): on a pristine Debian 12 container, rig bootstrap died at install: cannot create regular file '/etc/ssh/sshd_config.d/99-rig.conf': No such file or directory — the directory ships with openssh-server, which cloud images preinstall and container/VM images don't. systemctl restart ssh would have failed next for the same reason.

Fix: add openssh-server to the base package list (a rig box is SSH-managed by definition — Coolify SSHes in as root). No-op on real cloud images. bash test/cli.sh 16/16 + shellcheck clean.

🤖 Generated with Claude Code

Caught by the Incus rehearsal gate (incubator prod-migration, plan Task 4): on a pristine Debian 12 container, `rig bootstrap` died at `install: cannot create regular file '/etc/ssh/sshd_config.d/99-rig.conf': No such file or directory` — the directory ships with openssh-server, which cloud images preinstall and container/VM images don't. `systemctl restart ssh` would have failed next for the same reason. Fix: add `openssh-server` to the base package list (a rig box is SSH-managed by definition — Coolify SSHes in as root). No-op on real cloud images. `bash test/cli.sh` 16/16 + shellcheck clean. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: heavy-duty/rig#2
No description provided.