You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
encryptedPassword: 123
sshKeys:
primaryGroup: groupPrimary
secondaryGroups:
encryptedPassword: 456
secondaryGroups:
sshKeys:
Suggested update.
` users:
encryptedPassword: 123
sshKeys:
createHomeDir: true
primaryGroup: groupPrimary
secondaryGroups:
encryptedPassword: 456
secondaryGroups:
sshKeys:
createHomeDir: true`
This will assist when skimming over the documentation.
The text was updated successfully, but these errors were encountered: