docs: add SSH access section to sandbox documentation#352
docs: add SSH access section to sandbox documentation#352devin-ai-integration[bot] wants to merge 1 commit intomainfrom
Conversation
- Add new 'SSH Access to Sandboxes' section explaining how to SSH into sandboxes - Include callout warning about SSH key requirement before connecting - Document how to generate SSH keys and add them to Agentuity account - Link to SSH Key Management section in getting-started for more details This addresses user confusion about 'Permission denied (publickey)' errors when trying to SSH into sandboxes without first setting up SSH keys. Co-Authored-By: Rick Blalock <rickblalock@mac.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
📝 WalkthroughWalkthroughAdded comprehensive SSH Access to Sandboxes documentation section covering usage examples, SSH key setup requirements, key generation instructions, and common use cases for direct sandbox access. Changes
🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 🧹 Recent nitpick comments
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (2)
✏️ Tip: You can disable this entire section by setting Comment |
Summary
Adds a new "SSH Access to Sandboxes" section to the sandbox CLI documentation that explains how to SSH into sandboxes and the prerequisite of setting up SSH keys first.
This addresses user confusion from the #frictionlog Slack thread where a user encountered "Permission denied (publickey)" errors when trying to SSH into a sandbox without first registering their SSH key with Agentuity.
Changes:
agentuity cloud ssh sbx_xxxusageagentuity auth ssh addReview & Testing Checklist for Human
/Reference/CLI/getting-started#ssh-key-managementresolves correctly in the built docsagentuity auth ssh add,agentuity cloud ssh) match current CLI behaviorSuggested test: Run
npm run devand navigate to the sandbox documentation page to verify the new section renders correctly and the link works.Notes
Requested by: Rick Blalock (@rblalock)
Devin session: https://app.devin.ai/sessions/dd7191c1b2af43b78d515e101fd447af
Summary by CodeRabbit