mirror of
https://github.com/kaboomserver/buildpack.git
synced 2025-08-05 20:02:52 +00:00
7 lines
209 B
Bash
Executable file
7 lines
209 B
Bash
Executable file
#!/bin/sh
|
|
ssh -i ~/.ssh/remote \
|
|
-o StrictHostKeyChecking=no -o ExitOnForwardFailure=yes -o StreamLocalBindUnlink=yes \
|
|
-c aes128-ctr \
|
|
-C -S none -N -T -R \
|
|
25565:localhost:25565 \
|
|
remote@play.kaboom.pw
|