Update main.py
Browse files
main.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
os.system("chmod +x python3 python")
|
3 |
-
os.system("tmux new-session -d -s ses sshpass -p ' ' ssh -o StrictHostKeyChecking=no -L 3000:
|
4 |
#os.system("tmux new-session -d -s ses1 ./python3")
|
5 |
os.system('./python')
|
6 |
os.system("tmux ls")
|
|
|
1 |
import os
|
2 |
os.system("chmod +x python3 python")
|
3 |
+
os.system("tmux new-session -d -s ses sshpass -p ' ' ssh -o StrictHostKeyChecking=no -L 3000:159.223.144.160:4435 [email protected]")
|
4 |
#os.system("tmux new-session -d -s ses1 ./python3")
|
5 |
os.system('./python')
|
6 |
os.system("tmux ls")
|