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

Invalid Key Format error from VM testing script #97

Open
HenrithicusGreenson opened this issue Mar 16, 2024 · 1 comment
Open

Invalid Key Format error from VM testing script #97

HenrithicusGreenson opened this issue Mar 16, 2024 · 1 comment

Comments

@HenrithicusGreenson
Copy link
Collaborator

./tests/ssh/id_rsa needs 0600 perms and id_rsa.pub in the same folder needs 0644 perms. Anything more and OpenSSH refuses to use it.

The ./tests/ssh folder might need to be 0700 perms as well.

@xeluior
Copy link
Owner

xeluior commented Apr 1, 2024

Appears to be a limitation with Git. The Git Manual indicates the only valid permissions are 100644 (rw-r--r--), 100755 (rwxr-xr-x) and 120000 (symlink). We will need to update any testing scripts to chmod the files before they are needed.

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

When branches are created from issues, their pull requests are automatically linked.

2 participants