Changes to remote

This commit is contained in:
mathias 2019-03-31 16:38:41 +03:00
parent c0f4d723b4
commit 0956caac1b

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-gcm@openssh.com -S none -N -T -R 64518:localhost:25565 serv@play.kaboom.pw
ssh -i ~/.ssh/remote -o Compression=no -o ExitOnForwardFailure=yes -o StreamLocalBindUnlink=yes -c aes128-ctr -S none -N -T -R 5930:localhost:25565 -p 5950 remote@play.kaboom.pw
sleep 1
done'