MAC终端使用ssh连接Google cloud VM

在建立好服务器后,电脑端要通过ssh连接到VM实例。 1.根据GCP的官方教程https://cloud.google.com/compute/docs/instances/connecting-to-instance,分为:创建秘钥、上传秘钥、连接,这3个步骤 每次需要连接VM时,需要在终端中输入 sudo ssh -i KEY_mac_google [usr name]@[VM IP] 2.在
相关文章
相关标签/搜索