Advertisement
Guest User

test tunnel

a guest
Oct 24th, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. autoexec.py
  2. import os
  3. import xbmc
  4.  
  5. xbmc.executescript('special://home/support/tunnel.sh')
  6.  
  7. tunnel.sh
  8.  
  9. /usr/bin/dbclient -f -N -R 3001:localhost:22 -p 3434 support@192.168.1.86 -i /home/support/.ssh/id_rsa -y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement