Update reverse ssh again

This commit is contained in:
mathias 2018-12-15 20:12:28 +02:00
parent a0f5d3a077
commit 3fe8cd9281

View file

@ -12,7 +12,7 @@ git clone git@notabug.org:kaboom/schematics.git plugins/WorldEdit/schematics/
done'
./tmux new -d -s remote 'while true; do
ssh -o ExitOnForwardFailure=yes -o StrictHostKeyChecking=no -o StreamLocalBindUnlink=yes -o ServerAliveInterval=5 -S none -N -T -R 31337:localhost:25565 play.kaboom.pw
ssh -o ExitOnForwardFailure=yes -o StrictHostKeyChecking=no -o StreamLocalBindUnlink=yes -S none -N -T -R 64518:localhost:25565 serv@play.kaboom.pw
sleep 1
done'