Skip to content

Commit

Permalink
Do not use dragon as username
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Sep 4, 2024
1 parent cd797cb commit 88838b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/guides/deploy-guide/bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ the nodes are already ready for use.

* When using the [osism/node-image](https://github.com/osism/node-image) the user is `osism`
and the password of this user is `password`. If you install Ubuntu manually the user usually
is `ubuntu`. If you want to use any other user here, that's no problem. It is important that
is `ubuntu`. If you want to use any other user here, with exception of `dragon`, that's no problem.
The later used operator user `dragon` is created during the bootstrap and **should not be created**
during the installation. Do not use `dragon` as username. It is important that
this user has sudo rights. The password according to what you have set yourself.

* The operator public SSH key has to be added in advance on all nodes to `authorized_keys` file
Expand Down
3 changes: 2 additions & 1 deletion docs/guides/deploy-guide/provisioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ is possible without network connectivity.
* The hostname is e.g. `node` and not a FQDN like `node.systems.osism.xyz`.
* Set `osism` as full name for the new user.
* Set `osism` as the username for the account.
* The later used operator user `dragon` is created during the bootstrap and **should not be created** during the installation
* The later used operator user `dragon` is created during the bootstrap and **should not be created** during the installation.
Do not use `dragon` as username.
* The account is only needed initially and can be deleted after completion of the bootstrap.
* Set a password for the account.
* Choose `Manual` as partitioning method and execute the partitioning according to company specifications
Expand Down

0 comments on commit 88838b4

Please sign in to comment.