mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Add config and script for maintaining a tunnel to a web server, so that clients external to the field network can access API and display functionality.
This commit is contained in:
4
tunnel
Executable file
4
tunnel
Executable file
@@ -0,0 +1,4 @@
|
||||
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
|
||||
Reference in New Issue
Block a user