mik-laj commented on pull request #9879: URL: https://github.com/apache/airflow/pull/9879#issuecomment-664067949
Have you tested tunneling the ssh connection through the Cloud Identity-Aware Proxy? From a technical point of view, this means you should use [ProxyCommand](http://docs.paramiko.org/en/stable/api/proxy.html ). Here is example command: ```bash gcloud compute start-iap-tunnel \ <INSTANCE_NAME> %p \ --listen-on-stdin \ --project=<PROJECT_ID> \ --zone=<ZONE> ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
