diff --git a/bin/start b/bin/start index d6ca7b7..8e0f6dd 100755 --- a/bin/start +++ b/bin/start @@ -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 -S none -N -T -R 64518:localhost:25565 serv@play.kaboom.pw + ssh -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'