Skip to content

fix(ssh-keys): install GitHub keys for adam user#79

Merged
adamamyl merged 2 commits into
mainfrom
fix/adam-ssh-keys
Jun 20, 2026
Merged

fix(ssh-keys): install GitHub keys for adam user#79
adamamyl merged 2 commits into
mainfrom
fix/adam-ssh-keys

Conversation

@adamamyl

Copy link
Copy Markdown
Owner

Summary

  • install_mapped_ssh_keys was only called for root; adam's authorized_keys was left with only the cloud-init bootstrap key
  • Add the call alongside root so both users get the full key set from github.com/adamamyl.keys

Test plan

  • Provision new VM; confirm ~adam/.ssh/authorized_keys has the same keys as ~root/.ssh/authorized_keys

🤖 Generated with Claude Code

https://claude.ai/code/session_01P4Hxvsa529m9F6d6dxLCiG

adamamyl and others added 2 commits June 20, 2026 17:31
install_mapped_ssh_keys was only called for root; adam's authorized_keys
was left with only the cloud-init bootstrap key. Add the call alongside
root so both users get the full key set from github.com/adamamyl.keys.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01P4Hxvsa529m9F6d6dxLCiG
Moves docker installation after pseudohome/no2id so all user accounts
are fully configured before docker adds them to the docker group.
Functionally safe — users_to_groups_if_needed creates the docker group
if missing, so pseudohome can still run before docker is installed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01P4Hxvsa529m9F6d6dxLCiG
@adamamyl adamamyl merged commit 6f20243 into main Jun 20, 2026
1 of 3 checks passed
@adamamyl adamamyl deleted the fix/adam-ssh-keys branch June 20, 2026 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant