0

I would like to render an animation in Blender program over Google Colaboratory and I followed this tutorial to help me do that https://internet-of-tomohiro.netlify.app/google_colab/vnc.en.html. So basically, google colab's virtual machine should connect to my ngrok account and I needed SSH to connect to the server and to do that. I installed SSH using Scoop. Then I typed following command in Powershell: 'ssh -o UserKnownHostsFile=/dev/null -o VisualHostKey=yes -p 11458 -L 5901:localhost:5901 [email protected]'. Then Powershell asked me to type [email protected]'s password. I copied password from google colaba and pasted it in Powershell but nothing showed up, like I didn't even type anything. I tried manually typing but still nothing showed up. I tried pasting password again and typed enter. Powershell responded with: Permission denied, please try again.. I tried 2 more times and then it said '[email protected]: Permission denied (publickey,password)'.

Why won't it let me to type password, I can't do any further steps without typing the password? Every step I did is provided in the link above.

Link on how to run SSH server: https://github.com/demotomohiro/remocolab

10
  • 1
    Can you provide the verbose logs?
    – Ramhound
    Commented Oct 16, 2020 at 17:03
  • @Ramhound Sorry for asking but what's that and how can I get it?
    – Helix
    Commented Oct 16, 2020 at 17:12
  • The Verbose logging for the OpenSSH service?
    – Ramhound
    Commented Oct 16, 2020 at 17:13
  • Where's that stored?
    – Helix
    Commented Oct 16, 2020 at 17:14
  • 1
    You are aware that it is normal for SSH to not display any characters indicating that you are typing in a password, correct? That still doesn't explain why a pasted password doesn't work, but you need to know that SSH will not show you an indication of a password being typed.
    – Sam Forbis
    Commented Oct 16, 2020 at 18:32

0

You must log in to answer this question.

Browse other questions tagged .