How to ssh a gce VM from another gce VM
问题 I've created two GCE VMs. storm1:10.128.0.4 storm2:10.128.0.5 Now I want to ssh storm1 on storm2 . When ssh 10.128.0.5 on storm1 , I got info Permission denied (publickey,gssapi-keyex,gssapi-with-mic) . What're the steps to achieve this? or some tutorials? Previously, I've known how to ssh a linux VM from my local computer. 回答1: Step1: Apply a OpenSSH public key to your GCP Console project or instance (Refer to: Adding or removing project-wide public SSH keys) For example, using Putty Key