WassimBenzarti/colab-ssh

Name password not defined

ogahozy opened this issue · 2 comments

I got the above report when the

# Install colab_ssh on google colab
!pip install colab_ssh --upgrade

from colab_ssh import launch_ssh_cloudflared, init_git_cloudflared
launch_ssh_cloudflared(password)

# Optional: if you want to clone a github repository
init_git_cloudflared(githubRepositoryUrl)

On colab

Set the password using
password = 'P@$$w0rd'
before running
launch_ssh_cloudflared(password)

Welcome @ogahozy to colab-ssh community!

Thank you @Nav-Prak for responding to this issue :) it's cristal clear.