Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/configuration-v3_0-experimental.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ The Ignition configuration is a JSON document conforming to the following specif
* **_users_** (list of objects): the list of accounts that shall exist.
* **name** (string): the username for the account.
* **_passwordHash_** (string): the encrypted password for the account.
* **_sshAuthorizedKeys_** (list of strings): a list of SSH keys to be added to the user's authorized_keys.
* **_sshAuthorizedKeys_** (list of strings): a list of SSH keys to be added as an SSH key fragment at `.ssh/authorized_keys.d/ignition` in the user's home directory.
* **_uid_** (integer): the user ID of the account.
* **_gecos_** (string): the GECOS field of the account.
* **_homeDir_** (string): the home directory of the account.
Expand Down
369 changes: 0 additions & 369 deletions internal/authorized_keys_d/authorized_keys_d.go

This file was deleted.

Loading