mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
5 lines
258 B
Plaintext
Executable File
5 lines
258 B
Plaintext
Executable File
echo "If prompted for private key password, copy-paste output of ssh-agent then run ssh-add."
|
|
echo "Otherwise, tunnel may not recover from network interruption."
|
|
echo "Starting tunnel..."
|
|
autossh -M 9081 -N -R 9080:localhost:8080 cheesyarena@cheesyarena.com
|