]> source.dussan.org Git - tigervnc.git/commit
Re-implemented SSH tunneling features in Java viewer based on TurboVNC native client...
authorBrian Hinz <bphinz@users.sourceforge.net>
Sun, 6 May 2012 19:18:05 +0000 (19:18 +0000)
committerBrian Hinz <bphinz@users.sourceforge.net>
Sun, 6 May 2012 19:18:05 +0000 (19:18 +0000)
commit94653cf165d42da80d734d3d5672cc0041a976a2
tree948dd0d1cd3f36df5843ef5315dd060553da2f0f
parent6eaa7d22e69226465c19222f89bdba89f436b13d
Re-implemented SSH tunneling features in Java viewer based on TurboVNC native client method.  Adds support for string substitutions of via command, as well as a '-tunnel' option for tunneling directly to VNC server host (also support string substitutions). This implementation requires the vncServerName to be the last argument specified to the viewer, however this is consistent with the behavior of the native client and does not appear to cause any problems when using the viewer in standalone, applet, or jnlp modes.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4910 3789f03b-4d11-0410-bbf8-ca57d06f2519
java/com/tigervnc/vncviewer/VncViewer.java
java/com/tigervnc/vncviewer/tunnel.java [new file with mode: 0644]