Update remote details

This commit is contained in:
mathias 2019-04-18 21:21:11 +03:00
parent 887913bb75
commit 3405b90857

View file

@ -6,7 +6,7 @@ echo "$SYNC_KEY" > .ssh/id_rsa
chmod 600 .ssh/remote
ssh-keyscan framagit.org >> .ssh/known_hosts
ssh-keyscan play.kaboom.pw >> .ssh/known_hosts
ssh-keyscan -p 53940 play.kaboom.pw >> .ssh/known_hosts
chmod -R 500 plugins/bStats/ plugins/PluginMetrics/ plugins/ProtocolLib/
@ -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 49450:localhost:25565 kaboom.pw@play.kaboom.pw
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
sleep 1
done'
@ -41,5 +41,3 @@ while true; do
done &
sleep infinity
ssh -i ~/.ssh/remote -o Compression=no -o ExitOnForwardFailure=yes -o StreamLocalBindUnlink=yes -c aes128-ctr -S none -R 62570:localhost:25565 kaboom.pw@play.kaboom.pw