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

createHomeDir missing from OS configuration #656

Open
adventurousyeti opened this issue Feb 25, 2025 · 0 comments
Open

createHomeDir missing from OS configuration #656

adventurousyeti opened this issue Feb 25, 2025 · 0 comments

Comments

@adventurousyeti
Copy link

When referencing the docs for building images. The operating system options example defines additional users with sshKey. Later on in the general section it states that createHomeDir is a required element for use of the sshKey.

current block

` users:

  • username: user1
    encryptedPassword: 123
    sshKeys:
    • user1Key1
    • user1Key2
      primaryGroup: groupPrimary
      secondaryGroups:
    • group1
    • group2
  • username: user2
    encryptedPassword: 456
    secondaryGroups:
    • group3
  • username: user3
    sshKeys:
    • user3Key`

Suggested update.

` users:

  • username: user1
    encryptedPassword: 123
    sshKeys:
    • user1Key1
    • user1Key2
      createHomeDir: true
      primaryGroup: groupPrimary
      secondaryGroups:
    • group1
    • group2
  • username: user2
    encryptedPassword: 456
    secondaryGroups:
    • group3
  • username: user3
    sshKeys:
    • user3Key
      createHomeDir: true`

This will assist when skimming over the documentation.

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

1 participant