You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: