Skip to content

SSL private key should be locked down just in case #1609

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

frenkel
Copy link

@frenkel frenkel commented Jul 16, 2025

No description provided.

@frenkel
Copy link
Author

frenkel commented Jul 16, 2025

Apparently the tests fail in CI. I had tested this manually on a server, where it worked without problems. Any idea why it would fail? The user that owns the file is the same one as the one that execute the proxy process.

@frenkel
Copy link
Author

frenkel commented Jul 16, 2025

I understand now. The uploads are done as the ssh user, but then the container is started with the directory as volume and the user in the container cannot always access them. In my testing this coincidentally was uid 1000 for both, which made it work.

I think this cannot be fixed when using the simple upload! method, as only when your ssh user is root you are allowed to change the owner uid. Any ideas on how to best solve this @djmb? If you can give some hint at what you prefer, I can update this PR with it.

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