Skip to content

toolkit: add ssh-keygen for ed25519 deploy keys#1

Open
jeffmccune wants to merge 2 commits intomainfrom
add-ssh-keygen
Open

toolkit: add ssh-keygen for ed25519 deploy keys#1
jeffmccune wants to merge 2 commits intomainfrom
add-ssh-keygen

Conversation

@jeffmccune
Copy link
Contributor

Summary

  • Documents that ssh-keygen is available in the toolkit image via openssh-client
  • The openssh-client package provides ssh-keygen which supports generating ed25519 keys
  • Usage: ssh-keygen -t ed25519 -C "deploy-key" -f deploy_key

Test plan

  • Verify ssh-keygen is available in the toolkit container
  • Test generating an ed25519 key: ssh-keygen -t ed25519 -N "" -f /tmp/test_key

🤖 Generated with Claude Code

jeffmccune and others added 2 commits January 25, 2026 20:53
The openssh-client package provides ssh-keygen which supports
generating ed25519 keys for use as deploy keys.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Switch from AWS ECR to Docker Hub to avoid rate limiting on GitHub Actions
- Upgrade from Debian Bullseye (11) to Bookworm (12, current stable)
- Docker Hub works well with GitHub Actions and has better rate limits

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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