Can't use SSH terminal to trouble shot a failed test on the new VScode extension, getting error `Operation timed out`

Hi everyone!

I’m looking for some help on the new VScode extension.
When I try to re-run a failed job using ssh as showed here, I get an

kex_exchange_identification: read: Operation timed out
banner exchange: Connection to 54.198.229.236 port 64536: Operation timed out

error.

As context I’m using a conda virtual env from python, and I’m seeing that its trying to activate the environment after executing the connection, but I think that should not make any difference in trying to establish the connection.
This is what I see it tries to do in the terminal:

ssh -p 64536 54.198.229.236 -i "/Users/XXXXXXX/.ssh/id_ed25519"
╭─~/Desktop/projectfolder-w ‹git_branch_name› 
╰─$ ssh -p 64536 54.198.229.236 -i "/Users/XXXXXXXX/.ssh/id_ed25519"
conda activate env_test
kex_exchange_identification: read: Operation timed out
banner exchange: Connection to 54.198.229.236 port 64536: Operation timed out

Does anyone knows how to fix this?

Hi @franciscaGrandon ,
Are you having this same problem when opening SSH connections manually through your terminal?
Or does this happen only through the VS Code extension?