gcloud
command from the UI by clicking gcloud
command with --dry-run
to see what SSH command is run: $ gcloud compute ssh --zone "europe-west1-b" "instance-20241102-191016" --project "even-card-249812" --dry-run
/usr/bin/ssh -t -i /Users/bollu/.ssh/google_compute_engine -o CheckHostIP=no
-o HashKnownHosts=no
-o HostKeyAlias=compute.1227009788065073056
-o IdentitiesOnly=yes
-o StrictHostKeyChecking=yes
-o UserKnownHostsFile=/Users/bollu/.ssh/google_compute_known_hosts bollu@34.79.28.126
mosh --ssh="/usr/bin/ssh -i /Users/bollu/.ssh/google_compute_engine" bollu@34.79.28.126
gcloud compute scp --zone "europe-west1-b" --project "even-card-249812" \
instance-20241102-191016:/home/bollu/lean-mlir/bv-evaluation/mar-5-night.sqlite3 \
mar-5-night-instcombine.sqlite3