§ Setting up mosh on google cloud
$ 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
- Step 4: Convert the SSH command into a mosh command:
mosh --ssh="/usr/bin/ssh -i /Users/bollu/.ssh/google_compute_engine" bollu@34.79.28.126