wazuh / wazuh-virtual-machines

Wazuh - Virtual Machines (OVA and AMI)
https://wazuh.com/
GNU General Public License v2.0
0 stars 0 forks source link

SSH port misconfiguration on AMI #74

Closed c-bordon closed 1 week ago

c-bordon commented 2 weeks ago

Description

In the migration requested in this issue, it was detected that the SSH port configuration is set to 2200, which is typical of the Allocator. However, for the final version of the AMI, the default port has to be 22.

Tasks

CarlosALgit commented 1 week ago

Update Report

I made the changes and did a test here. It's giving Permission denied error when trying to connect to the instance via SSH. Remains to study why it's giving that error.

I think I will have to add the ansible_ssh_common_args to the SSH connection.