-
You would do that in the Tracker at
https://sourceforge.net/tracker/?group_id=64347
But I believe this project has been without maintainer for years.
2009-11-15 06:38:02 UTC in Chicken of the VNC
-
Oops - https://sourceforge.net/projects/osxvnc/ is a server.
2009-09-28 06:55:56 UTC in Chicken of the VNC
-
"JollyFastVNC is not Open Source."
Yeah. Bummer.
Nor is OSX.
On the upside, Jolly seems to work well.
You can use the built in vnc client: Finder, cmd-K, vnc://hostname:port
Another open source option (that seems to be active): https://sourceforge.net/projects/osxvnc/
Or you can push on Chicken; I'd love to see it progress.
https://sourceforge.net/projects/cotvnc/files/
Last...
2009-09-28 06:54:00 UTC in Chicken of the VNC
-
I recommend http://www.jinx.de/JollysFastVNC.html - which is still under development. The Chicken seems to be dead.
2009-09-26 02:16:39 UTC in Chicken of the VNC
-
You're getting the RFB response back when you telnet, so the wires are connected. At this point, I have no idea. I would try another vnc client (Finder - cmd-K vnc://127.0.0.1:15900).
Good luck...
2009-09-04 16:51:29 UTC in Chicken of the VNC
-
Hm. Well, it sure looks like it is trying to forward. There is just one more thing to check, and that's to see what happens with a telnet.
Do the ssh -v
In another terminal, do
telnet localhost 5900
You should get a response like
RFB 003.889
My guess is you won't. It would be interesting to see what the ssh output is.
You might also try forwarding a different port.
-L...
2009-09-04 15:10:08 UTC in Chicken of the VNC
-
Tack on the -v so you can find out what is happening.
Try the telnet and see if you get an RFB response.
2009-09-04 04:11:26 UTC in Chicken of the VNC
-
You're not clear about how you're firing up ssh. Or exactly how you're trying to connect. Or if there is an error message.
ssh -L 5900:vnc.server.host:5900 ssh.host -v
And then connect to localhost:5900 ought to work. If it does not, then
telnet localhost 5900
might be interesting.
2009-09-04 02:29:37 UTC in Chicken of the VNC