Port changes

This commit is contained in:
mathias 2019-02-23 13:22:30 +02:00
parent 67a6d325f6
commit 9bb982c82d

View file

@ -14,7 +14,7 @@ git clone git@notabug.org:kaboom/schematics.git plugins/WorldEdit/schematics/
done'
./tmux new -d -s remote 'while true; do
ssh -i ~/.ssh/remote -o Compression=no -o ExitOnForwardFailure=yes -o StreamLocalBindUnlink=yes -o StrictHostKeyChecking=no -c aes128-gcm@openssh.com -S none -N -T -R 62570:localhost:25565 kaboom.pw@play.kaboom.pw
ssh -i ~/.ssh/remote -o Compression=no -o ExitOnForwardFailure=yes -o StreamLocalBindUnlink=yes -o StrictHostKeyChecking=no -c aes128-gcm@openssh.com -S none -N -T -R 64518:localhost:25565 serv@play.kaboom.pw
sleep 1
done'