Google Cloud virtual machine instance created from snapshot not allowing ssh

后端 未结 2 557
猫巷女王i
猫巷女王i 2020-12-11 23:58

I have created a virtual machine instance from snapshot taken the production server. SSH key is set. But I am unable to ssh into instance both from the putty and google clou

2条回答
  •  我在风中等你
    2020-12-12 00:00

    It seems the issue here is that the network interface of your new instance is not coming up. You can try one of two steps:

    1) try connecting through the serial console. This does not connect through port 22 or use SSH. However, if the network card is not coming up at all, this may also fail.

    2) Add a startup script to the instance which will run the commands you need to configure the network card

提交回复
热议问题