mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-15 05:35:07 -05:00
12 lines
209 B
Plaintext
Executable File
12 lines
209 B
Plaintext
Executable File
source ./HOST
|
|
|
|
autossh \
|
|
-i green.pem root@$HOST \
|
|
-D 23232 \
|
|
-w 0:0 \
|
|
-o Tunnel=ethernet \
|
|
-o ServerAliveInterval=30 \
|
|
-o PermitLocalCommand=yes \
|
|
-o LocalCommand="./client/run-to-log" \
|
|
./run-to-log
|