Xdebug-tunnel fails to staging

Opening an xdebug tunnel to a staging server is failing for me. This is running on a Google Cloud VM.

I type: ./bin/xdebug-tunnel.sh open 34.105.111.XXX

Tasks succeed until the below. Any suggestions?

TASK [xdebug-tunnel : Create or close Xdebug SSH tunnel] ****************************************************************************************************************
System info:
  Ansible 2.9.24; Darwin
  Trellis 1.8.0: February 12th, 2021
---------------------------------------------------
non-zero return code
ssh: connect to host 10.138.0.7 port 22: Operation timed out
fatal: [34.105.111.XXX]: FAILED! => {"changed": true, "cmd": ["ssh", "-M", "-S", "/tmp/trellis-xdebug-34.105.111.XXX", "-fnNT", "-R", "9003:localhost:9003", "ubuntu@10.138.0.7", "root"], "delta": "0:01:15.505303", "end": "2021-09-29 15:01:59.811645", "rc": 255, "start": "2021-09-29 15:00:44.306342", "stderr_lines": ["ssh: connect to host 10.138.0.7 port 22: Operation timed out"], "stdout": "", "stdout_lines": []}
...ignoring

TASK [xdebug-tunnel : Interpret and present Xdebug SSH tunnel errors] ***************************************************************************************************
System info:
  Ansible 2.9.24; Darwin
  Trellis 1.8.0: February 12th, 2021
---------------------------------------------------
ssh: connect to host 10.138.0.7 port 22: Operation timed out
fatal: [34.105.111.XXX]: FAILED! => {"changed": false}

PLAY RECAP **************************************************************************************************************************************************************
34.105.111.XXX             : ok=14   changed=1    unreachable=0    failed=1    skipped=3    rescued=0    ignored=1

This topic was automatically closed after 42 days. New replies are no longer allowed.