add callhome script

This commit is contained in:
2015-08-29 22:55:14 -04:00
parent bac50637ce
commit cc7c754969
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
# excute on remote machine
# forwared 2 ports to wig: 5903 to screen shareing and 5922 to ssh
/usr/bin/ssh -f -N -C -R 192.168.10.64:5903:127.0.0.1:5900 -R 192.168.10.64:5922:127.0.0.1:22 home.wrede.ca