ops: default prod SSH user to reese@hellowoco.app#77
Closed
reese8272 wants to merge 2 commits into
Closed
Conversation
mpc@ was never the working login — reese@ is the actual account with sudo access. Also updates the push_data.sh header to remove the stale mpc-specific sudoers drop-in comment. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Author
|
Closing as superseded. Michael's 2026-07 instruction is to remove ANY specific username from push_data.sh (not swap mpc→reese) — #79 implements that, with the username coming from the gitignored .env. This branch also carried a 100-file stale-base diff from being cut off main. Docs remnants folded into #82. |
grubermeister
pushed a commit
that referenced
this pull request
Jul 3, 2026
…del (#82) Successor to PRs #77 and #78, whose payloads are now superseded: - #77 (default push_data.sh host to reese@) — superseded by #79, which removes the username default entirely per Michael's instruction. - #78 (CI deploy as reese + WOCO_DEV_SSH_KEY) — superseded by staging's own rework: CI now SSHes directly as wocod with dedicated STAGING/PROD_DEPLOY_SSH_KEY keys and scoped sudo -n, which is stronger. What remained true from their intent is that the docs still described the old root-deploy world: STAGING_WOCO_DEV.md told operators to push data as root@woco.dev and AUTH_SYNC.md to scp as root@ — both impossible now that root login is disabled, and contrary to the deploy model. Updated to <your-user>@ with notes that files still land owned by wocod, and marked the provisioning section's root SSH as initial-setup-only. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
push_data.shdefault host frommpc@hellowoco.apptoreese@hellowoco.app—mpc@was never the working loginmpc-specificsudoers drop-in comment from the headerTest plan
./tools/push_data.sh --dry-runreaches prod without needingWOCO_PROD_HOSToverride🤖 Generated with Claude Code