詳細情報を見つけるのに役立つデバッグ フラグを指定してコマンドを実行します:
gcloud compute ssh --ssh-flag=-vvv "mini-server-1" \
--zone="us-central1-f" \
--ssh-flag="-D:5551" \
--ssh-flag="-N" \
--ssh-flag="-n" &
以前のコメントで述べたように、https_proxy を使用してください。
より単純な構文:
gcloud compute ssh my-vm-name --zone=europe-west1-b -- -NL 4000:localhost:4000
必要な数のオプションを渡すことができます:
-NL 8080:localhost:80 -NL 8443:localhost:443
- https://cloud.google.com/solutions/connecting-securely
- https://cloud.google.com/community/tutorials/ssh-tunnel-on-gce
- https://cloud.google.com/community/tutorials/ssh-port-forwarding-set-up-load-testing-on-compute-engine