Skip to content
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

feat: Encrypt session keys with SSH key for improved security #69

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

jahwag
Copy link
Owner

@jahwag jahwag commented Sep 14, 2024

Pull Request Description

This PR enhances the security of the system by encrypting session keys using an SSH key. With this change, session keys are no longer stored in plaintext, making them more secure and resistant to unauthorized access.

By encrypting session keys with an SSH key, the system also becomes ready for securely storing other sensitive credentials, such as API keys, in the future.

Checklist

  • Changes are limited to a single goal (avoid scope creep)
  • I confirm that I have read any Contribution and Development guidelines (CONTRIBUTING and DEVELOPMENT) and are following their suggestions.
  • I confirm that I wrote and/or have the right to submit the contents of my Pull Request, by agreeing to the Developer Certificate of Origin, (adding a 'sign-off' to my commits).

@jahwag jahwag force-pushed the feat/session-key-encryption branch from 973740a to c461884 Compare September 14, 2024 10:02
@jahwag jahwag merged commit 30c7717 into master Sep 14, 2024
3 checks passed
@jahwag jahwag deleted the feat/session-key-encryption branch September 14, 2024 10:04
@sabeer-narula
Copy link

Would you be able to add a step in the directions about needing an RSA SSH key on your device in order to get claudesync to work now? I added it to my new project and it took me a while to figure out why I couldn't set it up on my new project comapred to the one i was working on a week ago.

pressdarling pushed a commit to pressdarling/ClaudeSync that referenced this pull request Dec 1, 2024
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.

2 participants