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 - reset SSH config to AMI version 4.9.0 #93

Closed c-bordon closed 1 day ago

c-bordon commented 2 days ago

related: https://github.com/wazuh/wazuh-virtual-machines/issues/74

Description

Following the requested change, it was detected that the AMI 4.10.0 Alpha 2 has port 22 configured in the sshd_config, this is causing us problems in our configuration script for port 2200 in AWS, although this is something specific to us, we should leave the sshd_config configuration the same as in the last released AMI (4.9.1) to avoid some problems for users:

4.10.0 Alpha 2:

#
Port 22

4.9.1:

#
#Port 22

Tasks

Objective