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 15, 2022
1 parent b297693 commit 1031607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cloudtopolis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"if not VPS:\n",
" !echo -e \"\\e[0mCloud Shell Mode enabled!\"\n",
" !gcloud auth login --quiet\n",
" !gcloud cloud-shell --quiet ssh --ssh-flag="-o TCPKeepAlive=yes" --ssh-flag="-N" --ssh-flag="-T" --ssh-flag="-C" --ssh-flag="-L 8000:localhost:8000" --ssh-flag="-4" </dev/null &>/dev/null &\n",
" !gcloud cloud-shell --quiet ssh --ssh-flag="-o TCPKeepAlive=yes" --ssh-flag="-N" --ssh-flag="-T" --ssh-flag="-C" --ssh-flag="-L 8000:localhost:8000" --ssh-flag="-4" </dev/null &>/dev/null & \n",
"\n",
"else:\n",
" !echo -e \"\\e[0mVPS Mode enabled!\"\n",
Expand Down

0 comments on commit 1031607

Please sign in to comment.