The bottom line is I want to do VNC via USB.
Right now I have 'tcprelay' where I can type tcprelay 22:2222 and then I do ssh root@localhost -p2222 and tcprelay forwards my local port 2222 to the port 22 on my iPod.
So my question is, on my iPod, how can I point my VNC app to some localhost port, like localhost:9999, and have that get forwarded somehow via my USB connection to my laptop at port 5900?
Is it possible to do this with SSH port forwarding? or perhaps iproxy? I can't get anything to work