Change SSH key to SHA256 format#1
Conversation
Updated SSH key format in containers.yml.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThe Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
⚔️ Resolve merge conflicts
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@containers/containers.yml`:
- Line 9: Replace the SSH fingerprint string in the ssh_key value with a full
OpenSSH public key line because scripts/container.sh writes ssh_key directly
into authorized_keys (see ssh_key and the authorized_keys write in
scripts/container.sh around line 39); update the value from the SHA256
fingerprint to a complete key (e.g., starting with "ssh-ed25519" or "ssh-rsa"
followed by the base64 blob and optional comment) so OpenSSH will accept it when
the container initialization writes to authorized_keys.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
Updated SSH key format in containers.yml.
Summary by CodeRabbit