Skip to content

Advice regarding directory structure #590

Answered by maraino
bfqrst asked this question in Q&A
Discussion options

You must be logged in to vote

There's nothing "secret" in the bootstrap files, so it's ok allowing the users to read it, but only the root should be able to edit them. If not, you can trick the users into using another server. So 0750 using a group looks right to me. For the files, there's no need to allow execution, but I guess that won't do anything.

There's one thing, though. If you're planning to use SSH, the users might need to change their ssh config manually. By default, if you run step ssh config, the config is written in $(step path)/ssh/config, and that would fail. Those files include the username, as long as you remove it should be ok. And they will need to include it from ~/.ssh/config manually. And they c…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tashian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants