Allowing users to connect to Google Cloud VMs using SSH is convenient and often unavoidable. But it’s not without risks. In a new set of articles published on the Google Cloud website, I cover a range of best practices that we can use to better secure SSH access to our VM instances and protect our workloads: Controling network access describes best practices for implementing zero trust access for SSH, and avoiding VMs from being more exposed than necessary. Controling SSH login access cover...