buildpack/script/remote
2019-08-06 20:48:24 +03:00

6 lines
233 B
Bash
Executable file

#!/bin/sh
while true; do
ssh -i ~/.ssh/remote -o StrictHostKeyChecking=no -o ExitOnForwardFailure=yes -o StreamLocalBindUnlink=yes -c aes128-ctr -C -S none -N -T -R 53950:localhost:25565 -p 53940 remote@play.kaboom.pw
sleep 1
done