Skip to content

Commit

Permalink
Update Cloudtopolis.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelGMSec authored Mar 1, 2022
1 parent 0dbc5f3 commit d124757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cloudtopolis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"!echo -e \"\\n\\e[34;1m[i] Connecting with Cloudtopolis Server..\\e[0m\"\n",
"if not VPS:\n",
" !echo -e \"\\e[0mCloud Shell Mode enabled!\"\n",
" !gcloud alpha auth login --quiet --no-launch-browser\n",
" !gcloud alpha auth login --quiet --no-browser\n",
" !gcloud alpha cloud-shell --quiet ssh -- -p 6000 -o TCPKeepAlive=yes -N -T -C -L 8000:localhost:8000 -4 </dev/null &>/dev/null &\n",
"\n",
"else:\n",
Expand All @@ -206,4 +206,4 @@
"outputs": []
}
]
}
}

0 comments on commit d124757

Please sign in to comment.