Ssh: connect to host IPX.XXX.XXX.XXX port 22: Connection timed out

Hi all,

I’m trying to do:
scp -r ../project/* user@domain:my_path/

during my build into CircleCI but I don’t know why, but after two minutes it doesn’t allow me and it appears this message:

ssh: connect to host IPX.XXX.XXX.XXX port 22: Connection timed out

lost connection

I already try to connect doing this in my console:
ssh user@domain

and it’s asking me the password and it let me connect into, but not through the CircleCI build.
Anyone know what is happening or how I can fix that? With my other builds, I have no problem, and I don’t know what could happen…

Thanks in advance

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.