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 1031607 commit 2304b03
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions 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 All @@ -201,9 +201,7 @@
"!wget --quiet http://localhost:8000/agents.php?download=1\n",
"!mv 'agents.php?download=1' hashtopolis.zip\n",
"!python3 hashtopolis.zip --url http://localhost:8000/api/server.php --voucher $Voucher\n"
],
"execution_count": null,
"outputs": []
]
}
]
}

0 comments on commit 2304b03

Please sign in to comment.