diff --git a/bin/start b/bin/start index f944418..6d3919b 100755 --- a/bin/start +++ b/bin/start @@ -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'