Cannot connect to Compute Engine instance via SSH

后端 未结 6 1097
野趣味
野趣味 2021-02-04 10:04

I\'ve just created an instance using Google Cloud Platform\'s Compute Engine and tried to connect to it via SSH connection but it failed.

I\'m following the quick start

6条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-04 10:42

    To get identified by ssh you need to run this command, which add gcloud ssh key in the list of ssh keys

    ssh-add google_compute_engine C:\Users\USER_NAME\.ssh\
    

提交回复
热议问题