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 10, 2022
1 parent d124757 commit 08dc263
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,8 +187,8 @@
"!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-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",
" !gcloud auth login --quiet\n",
" !gcloud 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",
" !echo -e \"\\e[0mVPS Mode enabled!\"\n",
Expand Down

0 comments on commit 08dc263

Please sign in to comment.