Skip to content

Commit

Permalink
core user: specifically enable [email protected]
Browse files Browse the repository at this point in the history
This enables `[email protected]`, which is the default
instance of `[email protected]` when the `core` user is
created in `base.ign`.
  • Loading branch information
bh7cw committed Oct 2, 2020
1 parent 03e5c08 commit c86a9b3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FCOS enables `[email protected]` from `base.ign`, allowing the user
to prevent Ignition from enabling the service with a user config if the user
wants to change the username. Unlike FCOS, RHCOS doesn't fetch SSH keys and thus
doesn't need `[email protected]`. Therefore, RHCOS maintains its
own copy of `base.ign`, and changes to one copy need to be synced to the other
copy.
See https://github.com/coreos/fedora-coreos-config/pull/626
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,13 @@
]
}
]
},
"systemd": {
"units": [
{
"enabled": true,
"name": "[email protected]"
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ enable afterburn-checkin.service
enable afterburn-firstboot-checkin.service
# Target to write SSH key snippets from cloud providers.
enable afterburn-sshkeys.target
# Service to write SSH key snippets from cloud providers.
enable [email protected]
# Update agent
enable zincati.service
# Testing aid
Expand Down

0 comments on commit c86a9b3

Please sign in to comment.