Update run.py
Browse files
run.py
CHANGED
|
@@ -16,7 +16,7 @@ import os
|
|
| 16 |
import subprocess
|
| 17 |
import shutil
|
| 18 |
|
| 19 |
-
CRD_SSH_Code = 'DISPLAY= /opt/google/chrome-remote-desktop/start-host --code="4/
|
| 20 |
username = "user" #@param {type:"string"}
|
| 21 |
password = "root" #@param {type:"string"}
|
| 22 |
os.system(f"useradd -m {username}")
|
|
|
|
| 16 |
import subprocess
|
| 17 |
import shutil
|
| 18 |
|
| 19 |
+
CRD_SSH_Code = 'DISPLAY= /opt/google/chrome-remote-desktop/start-host --code="4/0Ab_5qlkQuTDVeYTveSDq_NzbYoEXqrzOaW_Km1HnAxKh44v7ef-j5b5k4TUNm53hstAU0Q" --redirect-url="https://remotedesktop.google.com/_/oauthredirect" --name=$(hostname)' #input("Google CRD SSH Code :")
|
| 20 |
username = "user" #@param {type:"string"}
|
| 21 |
password = "root" #@param {type:"string"}
|
| 22 |
os.system(f"useradd -m {username}")
|