(Translated by https://www.hiragana.jp/)
Should the permission stays 744 for ~/.ssh/config ? · Issue #87 · openbmc/docs · GitHub
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

Should the permission stays 744 for ~/.ssh/config ? #87

Open
s82522658 opened this issue Jun 27, 2024 · 1 comment
Open

Should the permission stays 744 for ~/.ssh/config ? #87

s82522658 opened this issue Jun 27, 2024 · 1 comment

Comments

@s82522658
Copy link

- Ensure proper permissions for for your .ssh directory: `chmod 600 ~/.ssh/*`

Hi,
I'm currently following your doc to setup my environment.
Should this be changed to "chmod 600 ~/.ssh/ && chmod 744 ~/.ssh/config" to ensure the config file remains readable?

Thank you so much.

@s82522658 s82522658 changed the title Should the permission stays for 755 for ~/.ssh/config ? Should the permission stays 744 for ~/.ssh/config ? Jun 27, 2024
@jk-ozlabs
Copy link
Member

0744 would imply executable, which we definitely don't want. Do you mean 0644?

Is there something that needs it to be group- or world- readable?

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

No branches or pull requests

2 participants