Files
heartbeat/callhome
T
2020-03-29 11:58:55 -04:00

8 lines
218 B
Bash
Executable File

#!/bin/sh
# excute on remote machine
# forwared 2 ports to wig: 5903 to screen shareing and 5922 to ssh
HOST=192.168.10.10
/usr/bin/ssh -f -N -C -R $HOST:5903:127.0.0.1:5900 -R $HOST:5922:127.0.0.1:22 home.wrede.ca