This guide explains how to automatically setup SSH connection between your Google Cloud Platform Compute Engine VM Instances and third-party applications or servers. The most common use case is when you need auto-authenticate yourself when cloning private repositories or pushing commits via SSH. Shame on Google not to have a tutorial on this one.
Warning
This is different than ssh'ing into GCP VMs which has plenty of guides already.