From 0956caac1b8042a6f6e9fd75d721894cc16017fa Mon Sep 17 00:00:00 2001 From: mathias Date: Sun, 31 Mar 2019 16:38:41 +0300 Subject: [PATCH] Changes to remote --- bin/start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/start b/bin/start index 11e677a..7ad4633 100755 --- a/bin/start +++ b/bin/start @@ -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'