mirror of
https://github.com/wazuh/wazuh-virtual-machines.git
synced 2025-12-10 10:11:44 -06:00
709 B
709 B
AMI Security
Security considerations about SSH
-
The
rootuser cannot be identified by SSH and the instance can only be accessed through thewazuh-useruser. -
SSH authentication through passwords is disabled and the instance can only be accessed through a key pair. This means that only the user with the key pair has access to the instance.
-
To access the instance with a key pair, you need to download the key generated or stored in AWS. Then, run the following command to connect with the instance.
ssh -i "<KEY_PAIR_NAME>" wazuh-user@<YOUR_INSTANCE_IP>
Access the Wazuh dashboard
🚧 Details on how to access to the Wazuh Dashboard UI will be provided later.