Name password not defined
ogahozy opened this issue · 2 comments
ogahozy commented
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
Nav-Prak commented
Set the password using
password = 'P@$$w0rd'
before running
launch_ssh_cloudflared(password)
WassimBenzarti commented