Ensure reverse SSH always works

This commit is contained in:
mathias 2018-11-13 05:45:22 +02:00
parent eb4995e2e9
commit 3c031394a8

View file

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