How do I retrieve Google SDK passphrase

后端 未结 2 1651
情话喂你
情话喂你 2021-02-06 05:22

Following this post, I\'m trying to transfer code from my local machine to the compute engine but I forgot my passphrase.

Can someone tell me how to retrieve it.
I\

2条回答
  •  旧时难觅i
    2021-02-06 06:01

    Remove your old keys and try again, that is

    rm ~/.ssh/google_compute_engine*
    

    and then

    gcloud compute ssh my_vm_name --zone zone_vm_is_in
    

提交回复
热议问题