I have a Mac at home and a Linux box at work. To get vnc access, I do
this:
ssh -A -C -L 5901:localhost:7777 mylogin@my_companys_firewall.com
and then once there I hop to my Linux box and crank up x11vnc
ssh -A -L 7777:<etc, etc>
x11vnc -display :0 -auth <etc, etc>
Then on my Mac I run ChickenOfTheVnc, and all is happy.
Any idea if iSSH/iX11 can be used to accomplish something like this
(from my iPod touch, obviously :-)
Thanks!
Another alternative is having a script on the initial ssh host that
executes the commands on the remote machine on connect. You could
then specify the running of that script in the "command" option of the
VNC connection. It may not be as reliable as having x11vnc
daemonized, but certainly more secure. Hope this helps!
Dean
On Fri, 2010-02-05 at 10:43 -0800, Dean wrote:
> Another alternative is having a script on the initial ssh host that
Since iSSH is turning into something of an excellent swiss army knife of
networking, how would you feel about adding port forwarding to it?
Obviously it presents a challenge for educating people that the tunnel
is only valid inside iSSH, but people do do these odd jumping things,
and maybe would appreciate being able to tunnel a port for a simple
browser within the app :)
Cheers,
--
Chris Jones
cm...@tenshu.net
www.tenshu.net