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

chore: adds fix-key-perms to set sshkey perms correctly for local-dev #3758

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

Conversation

tobybellwood
Copy link
Member

@tobybellwood tobybellwood commented Jun 30, 2024

This PR implements a make routine to set the correct 600 permission on the local-dev SSH private keys. Github stores files as 644 by default, so the private keys need to be chmodded to 600 before they can be used for SSH'ing.

Given how rarely this is needed, I've not added the routine to any others, and kept it standalone

@shreddedbacon
Copy link
Member

I've not encountered an issue with this, but then I don't use those keys outside of the tests.

Happy to see it merge though as its a just a small addition. But maybe it could be worth adding some comments in the makefile to its purpose/usage

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