Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSH port misconfiguration on AMI #74

Closed
2 tasks done
c-bordon opened this issue Oct 9, 2024 · 1 comment · Fixed by #83
Closed
2 tasks done

SSH port misconfiguration on AMI #74

c-bordon opened this issue Oct 9, 2024 · 1 comment · Fixed by #83
Assignees
Labels
level/task Task issue type/bug Bug issue

Comments

@c-bordon
Copy link
Member

c-bordon commented Oct 9, 2024

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

  • Add a task that changes the port in the ssh_config from port 2200 to port 22
  • Compare the ssh_config of the latest released AMI with the ssh_config that is built to leave it the same
@c-bordon c-bordon added level/task Task issue type/bug Bug issue labels Oct 9, 2024
@wazuhci wazuhci moved this to Backlog in Release 4.10.0 Oct 9, 2024
@CarlosALgit CarlosALgit self-assigned this Oct 10, 2024
@wazuhci wazuhci moved this from Backlog to In progress in Release 4.10.0 Oct 10, 2024
@CarlosALgit
Copy link
Member

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.

@wazuhci wazuhci moved this from In progress to Blocked in Release 4.10.0 Oct 14, 2024
@wazuhci wazuhci moved this from Blocked to In progress in Release 4.10.0 Oct 16, 2024
@CarlosALgit CarlosALgit linked a pull request Oct 16, 2024 that will close this issue
@wazuhci wazuhci moved this from In progress to Pending review in Release 4.10.0 Oct 16, 2024
@wazuhci wazuhci moved this from Pending review to Done in Release 4.10.0 Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue type/bug Bug issue
Projects
Status: Done
2 participants