Skip to content

Commit

Permalink
Add changes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
javimed committed Oct 9, 2024
1 parent 4568200 commit b5fca81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ All notable changes to this project will be documented in this file.

### Changed

- Updated documentation on AMI passwords. ([#7860](https://github.com/wazuh/wazuh-documentation/pull/7860))
- Updated note related to 'never,task' rule in auditd. ([#7381](https://github.com/wazuh/wazuh-documentation/pull/7381))
- Update API script file name. ([#7296](https://github.com/wazuh/wazuh-documentation/pull/7296))
- Updated syscollector scan minimum value ([#7247](https://github.com/wazuh/wazuh-documentation/pull/7247))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ To learn more about configuring Wazuh, see the :doc:`User manual </user-manual/i
Access the Wazuh dashboard
--------------------------

When the instance is launched, the passwords of the users are automatically changed to the ID of the instance. In this way, access to the interface is guaranteed only to the creator of it. This process can take an average of five minutes, depending on the type of instance. Both the SSH access and the Wazuh dashboard access are disabled during this process.
When the instance is launched, the user passwords are automatically changed to the instance ID with the first letter capitalized. For example: ``I-07f25f6afe4789342``. This ensures that only the creator has access to the interface. This process can take an average of five minutes, depending on the type of instance. During this time, both SSH access and access to the Wazuh dashboard are disabled.

Once the instance is running and the process to initialize passwords is complete, you can access the Wazuh dashboard with your credentials.

Expand All @@ -117,12 +117,11 @@ Once the instance is running and the process to initialize passwords is complete
.. note::
:class: not-long

The password is the instance ID with the first letter capitalized, example: I-07f25f6afe4789342
The password is the instance ID with the first letter capitalized. For example: ``I-07f25f6afe4789342``.

.. warning::

It is highly recommended to change the default users passwords in the first SSH access. The API password for the wazuh and wazuh-wui user matches the admin user password, this is important to change the Wazuh API passwords. To perform this action, see the :doc:`/user-manual/user-administration/password-management` section.

The password for the server API users ``wazuh`` and ``wazuh-wui`` is the same as the ``admin`` user's password. It is highly recommended to change the default passwords in the first SSH access. To perform this action, refer to the :doc:`/user-manual/user-administration/password-management` section.

Security considerations about SSH
---------------------------------
Expand Down

0 comments on commit b5fca81

Please sign in to comment.