-
Notifications
You must be signed in to change notification settings - Fork 101
Add flexible SSH directory mounting #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Mount ~/.claudebox/ssh read-write when it exists for persistent SSH state - Fall back to ~/.ssh read-only for backwards compatibility - Support for known_hosts updates and SSH connection multiplexing - Documentation with setup instructions for dedicated ClaudeBox SSH keys - Use existing CLAUDEBOX_HOME environment variable for consistency
Reviewer's GuideThis PR enhances SSH key management by detecting a dedicated ClaudeBox SSH directory for read-write mounting in the container, falling back to a read-only ~/.ssh mount for backwards compatibility, and updates the documentation to describe this behavior with setup instructions. File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary by Sourcery
Enable flexible SSH key mounting by preferring a dedicated ~/.claudebox/ssh directory with read-write access and falling back to ~/.ssh as read-only, and update documentation with setup instructions
New Features:
Enhancements:
Documentation: