cloud-builders-community
cloud-builders-community copied to clipboard
RemoteBuilder: documentation about port 22
Affected builder image
remote-builder
Expected Behavior
The main build uses scp
to copy files to the remote machine.
Actual Behavior
ssh: connect to host 35.238.52.245 port 22: Connection timed out
Additional Info
It's probably just a problem with the setup of the GCP project?
Got the same problem.
Same problem here. Is there any news about it?
Hi, I had the same problem. In fact by default, the VPC firewall block any port of any instance.
I had a specific rule into the "vpc firewall rules" to allow port 22 for a specific network tag :
remote-builder
and then add this tag into configuration of my cloud-build yaml like this:
env:
- 'INSTANCE_ARGS=--tags=remote-builder'
hope this helps,
I created an ingress firewall rule 0.0.0.0/0 port 22 and still getting blocked. This is still broken.
ssh: connect to host 35.xxx.xxx.xxx port 22: Connection refused