Enable compression

This commit is contained in:
mathias 2019-04-19 11:45:23 +03:00
parent 3405b90857
commit 286acb4ec3

View file

@ -18,7 +18,7 @@ tmux new -d -s server 'while true; do
done'
tmux new -d -s remote 'while true; do
ssh -i ~/.ssh/remote -o Compression=no -o ExitOnForwardFailure=yes -o StreamLocalBindUnlink=yes -c aes128-ctr -S none -N -T -R 53950:localhost:25565 -p 53940 remote@play.kaboom.pw
ssh -i ~/.ssh/remote -o ExitOnForwardFailure=yes -o StreamLocalBindUnlink=yes -c aes128-ctr -C -S none -N -T -R 53950:localhost:25565 -p 53940 remote@play.kaboom.pw
sleep 1
done'