Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Update password config doc in README #836

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,8 @@ k3os:

### `k3os.password`

The password for the `rancher` user. By default there is no password for the `rancher` user.
The password for the `rancher` user. By default there is no password for the `rancher` user, and
password authentication is disabled (i.e. `PasswordAuthentication no`).
If you set a password at runtime it will be reset on next boot because `/etc` is ephemeral. The
value of the password can be clear text or an encrypted form. The easiest way to get this encrypted
form is to just change your password on a Linux system and copy the value of the second field from
Expand Down