I cannot ssh into Google compute engine instance. Here is scenario.
I tried to ssh into an instance from ubuntu ssh client, so generated a private & public key in my local and added pubkey to metadata.
But got
Permission denied (publickey)error message and the instance console was sayingNo space left on deviceI then increased the size of the instance by 100GB more and then restart the instance.
After few mins later, tried to ssh into the instance again and getting the
Permission denied (publickey)error again and the console saidNo usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/']Now I can't connect to the instance by any tool such as browser console, ssh client etc.
Is there any solution to address this problem?
Thanks in advance.
