I tried to connect VS CODE with Google Colab cloud storage using the SSH key. For that, I took the following steps:
Ran the code of the highest voted answer of the following link in the Google Colab editor: Is it possible to connect vscode (on a local machine) with Google Colab (the free service) runtime?
After getting the port number and password, using this tutorial: https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh [Steps mentioned under "Getting Started" section], I typed ssh {My email address}@0.tcp.ngrok.io:{Port Number}.
The problem occurred when I typed the password; It gives me the following error: SSH Error Message
Now, how can I resolve this?