diff --git a/tools/gce_setup/grpc_docker.sh b/tools/gce_setup/grpc_docker.sh
index d5d10b89707c914531f0d980dbcab1892dce4b4e..c49efbab606991bd63f68b42a7baf5bdf8c530e7 100755
--- a/tools/gce_setup/grpc_docker.sh
+++ b/tools/gce_setup/grpc_docker.sh
@@ -876,8 +876,8 @@ test_runner() {
     # machine through ssh and we use gcloud auth support to logon to the proxy.
     echo "will run:"
     echo "  $cmd"
-    echo "on jtattermusch-windows-interop2 (through grpc-windows-proxy)"
-    gcloud compute $project_opt ssh $zone_opt stoked-keyword-656@grpc-windows-proxy --command "ssh jtattermusch-interop-windows2 '$cmd'" &
+    echo "on $host (through grpc-windows-proxy)"
+    gcloud compute $project_opt ssh $zone_opt stoked-keyword-656@grpc-windows-proxy --command "ssh $host '$cmd'" &
   fi
   #
   PID=$!