VMware Tanzu Archive

 View Only

 ssh to application failed with "Error opening SSH connection: dial tcp 52.45.141.102:2222"

anna Lin's profile image
anna Lin posted Nov 26, 2019 11:54 AM

Ssh to Application and space and deployment all are enabled. First ssh to one application is sucessful. Then all the ssh to any application are failed with following error message.

FAILED

Error opening SSH connection: dial tcp 52.45.141.102:2222: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

Daniel Mikusa's profile image
Daniel Mikusa

I do not believe we have any limits in terms of how many times you can `cf ssh` into an app container. I did a quick test and was able to ssh into an app from three different terminals all at the same time.

 

A timeout like what you're seeing sounds more like it could be network related though. I would suggest maybe trying from a different network, like a mobile network or from home, assuming you're in an office network. Office networks can be particularly difficult depending on what type of network gear is installed and inspecting outgoing traffic.

 

Hope that helps!