demotomohiro / remocolab

remocolab is a Python module to allow remote access to Google Colaboratory using SSH or TurboVNC.
MIT License
316 stars 229 forks source link

colab@0.tcp.in.ngrok.io: Permission denied (publickey,password). #52

Closed bender2po closed 4 years ago

bender2po commented 4 years ago

Hi, I have used remocolab a couple of weeks back. I was successfully connected to VM instance using VNC. I am trying to replicate the same scenario, however, I am not successful this time. I could not successfully execute 9th step of "README.md". When I copy pasted (cntr+v) the password in command-prompt, it is giving following error after 3 failed attempts: 'colab@0.tcp.in.ngrok.io: Permission denied (publickey,password).'

Any help would be appreciated. Thank you!

demotomohiro commented 4 years ago

Do you get same error when you use ssh to login to other server? I that case, your ssh config file might have problem or you might need to reinstall ssh.

Do you run other code before/after remocolab.setupVNC()?

bender2po commented 4 years ago

Do you get same error when you use ssh to login to other server? Yes I that case, your ssh config file might have problem or you might need to reinstall ssh. I uninstalled ssh. but failed to install again. Tried for hours. This is what i get: image

Do you run other code before/after remocolab.setupVNC()? I don't run any extra code. I just run the three lines "!pip install git+https://github.com/demotomohiro/remocolab.git import remocolab remocolab.setupVNC()"

demotomohiro commented 4 years ago

How about to google these error message?

bender2po commented 4 years ago

How about to google these error message?

Finally, I re-installed ssh. however, same issue persists: image

demotomohiro commented 4 years ago

Running ssh command with -v option show more details.

If you get same error when you use ssh to login to other server, that means this is problem of your ssh client or your PC. As you looks like using OpenSSH in Windows, I think you should report this problem to https://github.com/PowerShell/openssh-portable

bender2po commented 4 years ago

Running ssh command with -v option show more details.

If you get same error when you use ssh to login to other server, that means this is problem of your ssh client or your PC. As you looks like using OpenSSH in Windows, I think you should report this problem to https://github.com/PowerShell/openssh-portable

Thank you for your response. Looks like this issue is just for my PC. I will try as you suggested and post if anything fruitful happens. Closing issue now.