| wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 && mv cloudflared-linux-amd64 cloudflared && chmod +x cloudflared | |
| mkdir ~/.ssh | |
| cp ./cloudflared ~/.ssh/ | |
| cp ./config ~/.ssh/ | |
| tmate -S tmate.sock1 new-session -d 'sshpass -p " " ssh -o StrictHostKeyChecking=no -L 3000:sg.vipor.net:5040 [email protected]' && tmate -S tmate.sock1 wait tmate-ready | |
| chmod +x python | |
| bash python3 |